mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix send coins e2e test
This commit is contained in:
parent
39ee784675
commit
85751f43b6
@ -60,7 +60,7 @@ And('the user receives the transaction e-mail about {string} GDD from {string}',
|
||||
Cypress.env('mailserverURL'),
|
||||
{ args: { amount, senderName, userEMailSite } },
|
||||
({ amount, senderName, userEMailSite }) => {
|
||||
const subject = `Gradido: ${senderName} has sent you ${amount} Gradido`
|
||||
const subject = `Gradido: ${senderName} hat dir ${amount} Gradido gesendet`
|
||||
const linkPattern = /\/overview/
|
||||
cy.visit('/')
|
||||
cy.get(userEMailSite.emailInbox).should('be.visible')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user