This commit is contained in:
Andrey Antukh
2025-11-17 12:10:45 +01:00
parent 4ae5f8da94
commit 0fbce5eb17
2 changed files with 8 additions and 8 deletions

View File

@@ -559,9 +559,7 @@
"~:stroke-style": "~:solid",
"~:stroke-color": "#e1c1dc",
"~:stroke-opacity": 1,
"~:stroke-width": 1,
"~:color": "#e1c1dc",
"~:opacity": 1
"~:stroke-width": 1
}
],
"~:x": 881.1199999999999,

View File

@@ -263,13 +263,15 @@ test("Bug 9066 - Problem with grid layout", async ({ page }) => {
await workspacePage.clickToggableLayer("Group");
await page.getByText("A", { exact: true }).click();
// await workspacePage.rightSidebar.getByTestId("component-pill-button").click();
// await page.locator(".main_ui_workspace_sidebar_options_menus_component__component-section").waitFor();
// await page.getByTitle("C", { exact: true }).click();
await workspacePage.rightSidebar.getByTestId("component-pill-button").click();
// await expect(
// page.getByTestId("children-6ad3e6b9-c5a0-80cf-8005-283bbe378bcb"),
// ).toHaveText(["CBCDEF"]);
await page.getByTitle("C", { exact: true }).click();
await expect(
page.getByTestId("children-6ad3e6b9-c5a0-80cf-8005-283bbe378bcb"),
).toHaveText(["CBCDEF"]);
});
test("User have toolbar", async ({ page }) => {