feat: 🚀 Created features for notifications and signin and stubbed them for automation.

This commit is contained in:
Simon Priet
2021-09-06 10:44:44 +02:00
parent e00a147b5c
commit 1253e2388a
4 changed files with 64 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ describe("As a Trusker, when I subscribe, I am asked for a mobile phone number."
});
Then("I have to provide a phone number", () => {
cy.log("");
cy.expect(true).to.eq(true);
});
});