Skip to content

Commit

Permalink
fixup! tests: Make conflict dialog selector unique
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Sep 8, 2023
1 parent 4effe7e commit cb834be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/conflict.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cb834be

Please sign in to comment.