summaryrefslogtreecommitdiffstats
path: root/tests/e2e/actions.test.e2e.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/actions.test.e2e.ts')
-rw-r--r--tests/e2e/actions.test.e2e.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/e2e/actions.test.e2e.ts b/tests/e2e/actions.test.e2e.ts
index 6236fe70d3..4e93b89ee0 100644
--- a/tests/e2e/actions.test.e2e.ts
+++ b/tests/e2e/actions.test.e2e.ts
@@ -71,4 +71,5 @@ test('workflow dispatch box not available for unauthenticated users', async ({pa
await page.goto('/user2/test_workflows/actions?workflow=test-dispatch.yml&actor=0&status=0');
await expect(page.locator('body')).not.toContainText(workflow_trigger_notification_text);
+ await save_visual(page);
});