cypress-gherkin #1

Merged
Simon merged 9 commits from cypress-gherkin into master 2021-09-08 12:54:53 +02:00
Showing only changes of commit e4179787de - Show all commits

View File

@ -211,7 +211,9 @@ describe("Send a document", () => {
cy.get('#validateButton').click();
});
cy.visit("/request");
cy.get("#account-menu div[title]").should((elm) => {
expect(elm).to.contain("candidature-qa@example.org")
});
});
When("I send the mail", () => {