From cb834be2d1a6e9a5d9fa8f0ddd7c7d6247f149b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 8 Sep 2023 15:14:10 +0200 Subject: [PATCH] fixup! tests: Make conflict dialog selector unique --- cypress/e2e/conflict.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/e2e/conflict.spec.js b/cypress/e2e/conflict.spec.js index 12902c27b9a..38bd8c3e99a 100644 --- a/cypress/e2e/conflict.spec.js +++ b/cypress/e2e/conflict.spec.js @@ -105,8 +105,7 @@ variants.forEach(function({ fixture, mime }) { cy.get('#viewer').should('not.exist') cy.openFile(fileName) - getWrapper() - .find('[data-cy="resolveServerVersion"]') + cy.get('[data-cy="resolveServerVersion"]') .click() getWrapper()