Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Sep 21, 2023
1 parent 3af546d commit c1907df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/projectSettings/project_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ describe("Project Settings when defaulting to repo", () => {
});
});

describe.only("GitHub/Commit Queue page", () => {
describe("GitHub/Commit Queue page", () => {
beforeEach(() => {
cy.dataCy("navitem-github-commitqueue").click();
});
Expand Down Expand Up @@ -705,7 +705,7 @@ describe("Project Settings when defaulting to repo", () => {
.should("have.value", "^smoke-test-endpoints$");
});

it.only("Returns an error on save because no commit check definitions are defined", () => {
it("Returns an error on save because no commit check definitions are defined", () => {
clickSave();
cy.validateToast("error");
});
Expand Down

0 comments on commit c1907df

Please sign in to comment.