Move e2e test to comply with folder structure

This commit is contained in:
Martin H. Normark
2022-12-31 00:11:32 +01:00
parent 562ddd2e12
commit 5d5ee33ed3
@@ -1,5 +1,5 @@
describe("empty spec", () => {
it("passes", () => {
describe("signin flow", () => {
it("redirects to a confirmation page on submit of valid email address", () => {
cy.visit("/auth/signin");
cy.get(".chakra-input").type(`test@example.com`);
cy.get(".chakra-stack > .chakra-button").click();