mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
check visibility of email list in e2e email test step
This commit is contained in:
parent
8553bf59fd
commit
eb99a32433
@ -57,7 +57,8 @@ Then('the user receives no password reset e-mail', () => {
|
||||
{ args: { userEMailSite } },
|
||||
({ userEMailSite }) => {
|
||||
cy.visit('/')
|
||||
cy.get(userEMailSite.emailList).should('be.visible')
|
||||
cy.wait(300)
|
||||
cy.get(userEMailSite.emailInbox).should('be.visible')
|
||||
|
||||
cy.get(userEMailSite.emailList)
|
||||
.find('.email-item')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user