fix send coins e2e test

This commit is contained in:
mahula 2023-06-20 11:32:36 +02:00
parent 39ee784675
commit 85751f43b6

View File

@ -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')