Procházet zdrojové kódy

Fix flaky PdfSynctexControls test (#7443)

GitOrigin-RevId: f853e68a6e8e979af6d2b2e7ee1509f3b6828074
Alf Eaton před 4 roky
rodič
revize
5cb46643da

+ 1 - 1
services/web/test/frontend/components/pdf-preview/pdf-synctex-controls.spec.tsx

@@ -215,7 +215,7 @@ describe('<PdfSynctexControls/>', function () {
         name: 'Go to code location in PDF',
       }).should('be.disabled')
 
-      cy.wait('@sync-code').then(() => {
+      cy.wait('@sync-code').should(() => {
         // synctex is called locally and the result are broadcast for the detached tab
         expect(sysendTestHelper.getLastBroacastMessage()).to.deep.equal({
           role: 'detacher',