Skip to content

Commit 64d9556

Browse files
committed
run all group tests
1 parent 7af33c1 commit 64d9556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/groupV2.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("Edit v2 group", () => {
9393
cy.visit("/v2/groups");
9494
});
9595

96-
it.only("shows a group", () => {
96+
it("shows a group", () => {
9797
fixtures
9898
.readGroupV2()
9999
.readGroupV2Namespace()

0 commit comments

Comments
 (0)