We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af33c1 commit 64d9556Copy full SHA for 64d9556
tests/cypress/e2e/groupV2.spec.ts
@@ -93,7 +93,7 @@ describe("Edit v2 group", () => {
93
cy.visit("/v2/groups");
94
});
95
96
- it.only("shows a group", () => {
+ it("shows a group", () => {
97
fixtures
98
.readGroupV2()
99
.readGroupV2Namespace()
0 commit comments