mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:56:39 +02:00
🐛 Fix move scrollbar create a selection rectangle
This commit is contained in:
parent
09a671cffa
commit
232cfea709
7 changed files with 46 additions and 6 deletions
|
@ -16,8 +16,6 @@ test.describe("Layers tab", () => {
|
|||
await workspace.togglePages();
|
||||
const { height: heightCollapsed } = await workspace.layers.boundingBox();
|
||||
|
||||
console.log(heightExpanded, heightCollapsed);
|
||||
|
||||
expect(heightExpanded > heightCollapsed);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue