Skip to content

Commit

Permalink
run all group tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Sep 19, 2024
1 parent 7af33c1 commit 64d9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/groupV2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("Edit v2 group", () => {
cy.visit("/v2/groups");
});

it.only("shows a group", () => {
it("shows a group", () => {
fixtures
.readGroupV2()
.readGroupV2Namespace()
Expand Down

0 comments on commit 64d9556

Please sign in to comment.