diff --git a/cypress/e2e/settings.spec.js b/cypress/e2e/settings.spec.js index 3b01fdda26..5aff132b20 100644 --- a/cypress/e2e/settings.spec.js +++ b/cypress/e2e/settings.spec.js @@ -20,10 +20,10 @@ describe('Office admin settings', function() { }) it('Error for invalid url', function() { - cy.get('#app-content') + cy.get('#app-content-vue') .scrollTo('topLeft') - cy.get('#app-content') + cy.get('#app-content-vue') .scrollIntoView() .should('be.visible') cy.screenshot() @@ -40,10 +40,10 @@ describe('Office admin settings', function() { }) it('Opens settings and configure a valid url', function() { - cy.get('#app-content') + cy.get('#app-content-vue') .scrollTo('topLeft') - cy.get('#app-content') + cy.get('#app-content-vue') .scrollIntoView() .should('be.visible') cy.screenshot()