Skip to content

Commit 49c1e3d

Browse files
committed
tests: Make conflict dialog selector unique
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent dd3a1cc commit 49c1e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/conflict.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const variants = [
3232
variants.forEach(function({ fixture, mime }) {
3333
const fileName = fixture
3434
describe(`${mime} (${fileName})`, function() {
35-
const getWrapper = () => cy.get('.text-editor__wrapper.has-conflicts')
35+
const getWrapper = () => cy.get('.viewer__content .text-editor__wrapper.has-conflicts')
3636

3737
before(() => {
3838
initUserAndFiles(user, fileName)

0 commit comments

Comments
 (0)