mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:16:38 +02:00
🐛 Fix workspace rect drawing test
This commit is contained in:
parent
677b28218e
commit
575873eba7
2 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,6 @@ test.skip("User draws a rect", async ({ page }) => {
|
|||
await workspacePage.clickWithDragViewportAt(128, 128, 200, 100);
|
||||
|
||||
const shape = await workspacePage.rootShape.locator("rect");
|
||||
expect(shape).toHaveAttribute("width", "200");
|
||||
expect(shape).toHaveAttribute("height", "100");
|
||||
await expect(shape).toHaveAttribute("width", "200");
|
||||
await expect(shape).toHaveAttribute("height", "100");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue