Skip to content

Commit 2d80b86

Browse files
authored
Merge pull request #5657 from nextcloud/fix/settings-failure
test: use correct app content selector
2 parents 1a165ef + 0cfcb03 commit 2d80b86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cypress/e2e/settings.spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ describe('Office admin settings', function() {
2020
})
2121

2222
it('Error for invalid url', function() {
23-
cy.get('#app-content')
23+
cy.get('#app-content-vue')
2424
.scrollTo('topLeft')
2525

26-
cy.get('#app-content')
26+
cy.get('#app-content-vue')
2727
.scrollIntoView()
2828
.should('be.visible')
2929
cy.screenshot()
@@ -40,10 +40,10 @@ describe('Office admin settings', function() {
4040
})
4141

4242
it('Opens settings and configure a valid url', function() {
43-
cy.get('#app-content')
43+
cy.get('#app-content-vue')
4444
.scrollTo('topLeft')
4545

46-
cy.get('#app-content')
46+
cy.get('#app-content-vue')
4747
.scrollIntoView()
4848
.should('be.visible')
4949
cy.screenshot()

0 commit comments

Comments
 (0)