mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix move scrollbar create a selection rectangle
This commit is contained in:
committed by
Alejandro Alonso
parent
09a671cffa
commit
232cfea709
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user