Fix user settings test
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-01-17 18:48:03 +01:00
parent 2b0aa00f05
commit d10014507f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ describe('User Settings', () => {
cy.get('input#newName')
.type('Lorem Ipsum')
cy.get('.card.update-name .button.is-primary')
cy.get('.card.general-settings .button.is-primary')
.contains('Save')
.click()

View File

@ -89,7 +89,7 @@
</card>
<!-- General -->
<card title="General Settings">
<card title="General Settings" class="general-settings">
<div class="field">
<label class="label" for="newName">Name</label>
<div class="control">