Skip to content

Commit

Permalink
add snapshots for zone and section
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed Jul 2, 2024
1 parent b58b1c4 commit 5d4c719
Show file tree
Hide file tree
Showing 8 changed files with 2,510 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { ANVIL_EDITOR_TEST
} from "../../../../../support/Constants";
import {
agHelper,
anvilSnapshot,
} from "../../../../../support/Objects/ObjectsCore";

describe(
`${ANVIL_EDITOR_TEST
}: Anvil tests for Zone and Section Widget`,
{ tags: [
"@tag.Anvil"
]
},
() => {
before(() => {
agHelper.AddDsl("anvilZoneSectionWidget");
});

it("1. Canvas Mode", () => {
anvilSnapshot.verifyCanvasMode("ZoneSectionWidget");
});

it("2. Preview Mode", () => {
anvilSnapshot.verifyPreviewMode("ZoneSectionWidget");
});

it("3. Deploy Mode", () => {
anvilSnapshot.verifyDeployMode("ZoneSectionWidget");
});
},
);
Loading

0 comments on commit 5d4c719

Please sign in to comment.