mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
WIP
This commit is contained in:
parent
4ae5f8da94
commit
0fbce5eb17
@ -559,9 +559,7 @@
|
|||||||
"~:stroke-style": "~:solid",
|
"~:stroke-style": "~:solid",
|
||||||
"~:stroke-color": "#e1c1dc",
|
"~:stroke-color": "#e1c1dc",
|
||||||
"~:stroke-opacity": 1,
|
"~:stroke-opacity": 1,
|
||||||
"~:stroke-width": 1,
|
"~:stroke-width": 1
|
||||||
"~:color": "#e1c1dc",
|
|
||||||
"~:opacity": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"~:x": 881.1199999999999,
|
"~:x": 881.1199999999999,
|
||||||
|
|||||||
@ -263,13 +263,15 @@ test("Bug 9066 - Problem with grid layout", async ({ page }) => {
|
|||||||
await workspacePage.clickToggableLayer("Group");
|
await workspacePage.clickToggableLayer("Group");
|
||||||
await page.getByText("A", { exact: true }).click();
|
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(
|
await page.getByTitle("C", { exact: true }).click();
|
||||||
// page.getByTestId("children-6ad3e6b9-c5a0-80cf-8005-283bbe378bcb"),
|
|
||||||
// ).toHaveText(["CBCDEF"]);
|
await expect(
|
||||||
|
page.getByTestId("children-6ad3e6b9-c5a0-80cf-8005-283bbe378bcb"),
|
||||||
|
).toHaveText(["CBCDEF"]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("User have toolbar", async ({ page }) => {
|
test("User have toolbar", async ({ page }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user