1
0

feat: header improvements

This commit is contained in:
Dominik Pschenitschni
2023-01-24 21:55:09 +01:00
parent 706a13242e
commit e8db2c2b45
10 changed files with 194 additions and 227 deletions

View File

@ -37,7 +37,7 @@ describe('User Settings', () => {
cy.get('.global-notification')
.should('contain', 'Success')
cy.get('.navbar .user .username')
cy.get('.navbar .username-dropdown-trigger .username')
.should('contain', 'Lorem Ipsum')
})
})