mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
updated contact form tests
This commit is contained in:
@@ -43,7 +43,7 @@ describe("Contact form", () => {
|
||||
cy.getByData("message-input").type(message);
|
||||
cy.getByData("submit-button").click().should("be.disabled");
|
||||
cy.wait(3000);
|
||||
cy.getByData("info-message").contains("Thank you");
|
||||
cy.getByData("info-message").contains("Merci pour votre message.");
|
||||
cy.getByData("submit-button").click().should("be.not.disabled");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user