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

Commit

Permalink
Remove testIsolation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Sep 26, 2023
1 parent 0aa34d8 commit 107a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/preferences/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("user subscriptions table", () => {
);
});

describe("Deleting subscriptions", { testIsolation: false }, () => {
describe("Deleting subscriptions", () => {
it("Deletes a single subscription", () => {
cy.dataCy("subscription-row")
.eq(0)
Expand Down

0 comments on commit 107a6d5

Please sign in to comment.