We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3a1cc commit 49c1e3dCopy full SHA for 49c1e3d
cypress/e2e/conflict.spec.js
@@ -32,7 +32,7 @@ const variants = [
32
variants.forEach(function({ fixture, mime }) {
33
const fileName = fixture
34
describe(`${mime} (${fileName})`, function() {
35
- const getWrapper = () => cy.get('.text-editor__wrapper.has-conflicts')
+ const getWrapper = () => cy.get('.viewer__content .text-editor__wrapper.has-conflicts')
36
37
before(() => {
38
initUserAndFiles(user, fileName)
0 commit comments