Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Feb 12, 2025
1 parent 2d8f464 commit d95569d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/scenario-8-instance-composer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ if (Cypress.env("edition") === "iso") {
/^[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;

describe("Scenario 8 - Instance Composer", async () => {
// before(() => {
// clearEnvironment();
// forceUpdateEnvironment();
// });
before(() => {
clearEnvironment();
forceUpdateEnvironment();
});

// Note: The fullscreen mode is tested in Jest. In Cypress this functionality has to be stubbed, and would be redundant with the Unit tests.
it("8.1 composer opens up has its default panning working", () => {
Expand Down

0 comments on commit d95569d

Please sign in to comment.