Update face material authoring test to use new button role

This commit is contained in:
2026-03-31 04:28:41 +02:00
parent f6bf2b34e2
commit 327400db55

View File

@@ -20,7 +20,8 @@ test("user can assign a face material through the UI and keep it through a draft
}, "webeditor3d.scene-document-draft");
await page.reload();
await page.getByTestId("create-box-brush").click();
await page.getByRole("button", { name: "Box Create" }).click();
await page.getByTestId("viewport-shell").click();
await page.getByTestId("face-button-posZ").click();
await page.getByTestId("material-button-starter-amber-grid").click();