mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 11:11:21 -05:00
🐛 Fix workspace visual test for assets modal
This commit is contained in:
parent
2921b62b37
commit
1ca751bc42
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue