Skip to content

Commit

Permalink
tests: Make conflict dialog selector unique
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Sep 8, 2023
1 parent dd3a1cc commit 49c1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/conflict.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const variants = [
variants.forEach(function({ fixture, mime }) {
const fileName = fixture
describe(`${mime} (${fileName})`, function() {
const getWrapper = () => cy.get('.text-editor__wrapper.has-conflicts')
const getWrapper = () => cy.get('.viewer__content .text-editor__wrapper.has-conflicts')

before(() => {
initUserAndFiles(user, fileName)
Expand Down

0 comments on commit 49c1e3d

Please sign in to comment.