fix(settings): use correct test assertion (#1217)

This commit is contained in:
kolaente 2025-08-01 16:28:40 +02:00 committed by GitHub
parent e67c035d92
commit 97c9eb84e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"]')