0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 03:01:27 -05: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

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();