Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent cb440e7 commit 53228a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/sign-in/sign-in.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 53228a8

Please sign in to comment.