1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-08-01 19:28:25 +02:00

🐛 Fix workspace visual test for assets modal

This commit is contained in:
Eva Marco 2024-07-04 12:41:48 +02:00
parent 2921b62b37
commit 1ca751bc42
2 changed files with 6 additions and 0 deletions
frontend/playwright
data/workspace
ui/visual-specs

View file

@ -0,0 +1 @@
{}

View file

@ -83,6 +83,11 @@ test.describe("Assets tab", () => {
"workspace/get-team-shared-libraries-non-empty.json",
);
await workspace.mockRPC(
"push-audit-events",
"workspace/audit-event-empty.json",
);
await workspace.goToWorkspace();
await workspace.clickAssets();
await workspace.openLibrariesModal();