diff --git a/frontend/playwright/data/workspace/audit-event-empty.json b/frontend/playwright/data/workspace/audit-event-empty.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/frontend/playwright/data/workspace/audit-event-empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/frontend/playwright/ui/visual-specs/workspace.spec.js b/frontend/playwright/ui/visual-specs/workspace.spec.js index 69cc5a34d..42abbcb47 100644 --- a/frontend/playwright/ui/visual-specs/workspace.spec.js +++ b/frontend/playwright/ui/visual-specs/workspace.spec.js @@ -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();