We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a165ef + 0cfcb03 commit 2d80b86Copy full SHA for 2d80b86
1 file changed
cypress/e2e/settings.spec.js
@@ -20,10 +20,10 @@ describe('Office admin settings', function() {
20
})
21
22
it('Error for invalid url', function() {
23
- cy.get('#app-content')
+ cy.get('#app-content-vue')
24
.scrollTo('topLeft')
25
26
27
.scrollIntoView()
28
.should('be.visible')
29
cy.screenshot()
@@ -40,10 +40,10 @@ describe('Office admin settings', function() {
40
41
42
it('Opens settings and configure a valid url', function() {
43
44
45
46
47
48
49
0 commit comments