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

Commit

Permalink
Remove setSettingValue of developerMode
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul committed Mar 27, 2023
1 parent 1c43a5e commit 952f370
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/e2e/editing/editing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ describe("Editing", () => {
cy.get("[aria-label='Close dialog']").click();
});
});

// Disable developer mode
cy.setSettingValue("developerMode", null, SettingLevel.ACCOUNT, false);
});

it("should close the composer when clicking save after making a change and undoing it", () => {
Expand Down

0 comments on commit 952f370

Please sign in to comment.