Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 303418c commit bd664ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/labs/labs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { faker } from "@faker-js/faker"
describe("User Labs", () => {
beforeEach(() => {
cy.visit("/")
cy.stubLogin()
})

it("can successfully track user's lab", () => {
it.only("can successfully track user's lab", () => {
cy.stubLogin()
cy.intercept("GET", "/api/labs?**", { fixture: "empty-user-labs" })
cy.intercept("POST", "/api/labs", {
statusCode: 201,
Expand Down

0 comments on commit bd664ea

Please sign in to comment.