fix(settings): use correct test assertion (#1217)
This commit is contained in:
parent
e67c035d92
commit
97c9eb84e6
|
|
@ -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"]')
|
||||
|
|
|
|||
Loading…
Reference in New Issue