diff --git a/frontend/cypress/e2e/user/settings.spec.ts b/frontend/cypress/e2e/user/settings.spec.ts index 6e73188d4..54f7a7bdb 100644 --- a/frontend/cypress/e2e/user/settings.spec.ts +++ b/frontend/cypress/e2e/user/settings.spec.ts @@ -28,7 +28,7 @@ describe('User Settings', () => { it('Updates the name', () => { cy.visit('/user/settings/general') - cy.get('.general-settings .control input.input') + cy.get('.general-settings input.input') .first() .type('Lorem Ipsum') cy.get('[data-cy="saveGeneralSettings"]')