From 53228a8ffa8d15c39d0d75de6897b53502b661d6 Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 15:29:07 +0300 Subject: [PATCH] testing workflow --- cypress/e2e/sign-in/sign-in.cy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/sign-in/sign-in.cy.js b/cypress/e2e/sign-in/sign-in.cy.js index 76c3319..f793765 100644 --- a/cypress/e2e/sign-in/sign-in.cy.js +++ b/cypress/e2e/sign-in/sign-in.cy.js @@ -5,10 +5,12 @@ describe("Sign In", () => { cy.visit("/") }) - it("can successfully sign in user via Google", () => { + it.only("can successfully sign in user via Google", () => { cy.stubLogin() cy.intercept("GET", "/api/labs?**", { fixture: "empty-user-labs" }) cy.get("[data-test=aws-rstart-title]").should("be.visible") + + cy.get('[data-test="lab-checkbox-1"]').should("exist") }) it("should handle failed Google sign-in", () => {