Skip to content

Commit 3942a00

Browse files
committed
for models
1 parent 0ab8251 commit 3942a00

8 files changed

Lines changed: 7 additions & 0 deletions

File tree

tests/e2e/tests/model.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
loadData,
1111
navigateToApp,
1212
pointsVisibility,
13+
vertexAttribute,
1314
viewerContextMenu,
1415
} from "@tests/utils.js";
1516
import { test } from "@tests/fixtures.js";
@@ -46,6 +47,12 @@ test("points visibility", async () => {
4647
await expect(window).toHaveScreenshot();
4748
});
4849

50+
test("vertex attribute", async () => {
51+
await pointsVisibility(window, "model", false);
52+
await vertexAttribute(window, "modelStyleMenu");
53+
await expect(window).toHaveScreenshot();
54+
});
55+
4956
test("object tree context menu", async () => {
5057
console.log("Right click on the BRep from object tree");
5158
const mainObjectTree = window.getByTestId("mainObjectTree");
87 KB
Loading
-1.14 KB
Loading
-37.8 KB
Loading
-47.2 KB
Loading
-1.01 KB
Loading
79.1 KB
Loading
-1 KB
Loading

0 commit comments

Comments
 (0)