mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-16 01:10:06 +08:00
Move e2e test to comply with folder structure
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user