Skip to content

Commit 3b1b418

Browse files
committed
feat: removed env deps in indexui spec
Signed-off-by: ianwhitney <ian.r.whitney@gmail.com>
1 parent adb7c67 commit 3b1b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/tests/e2e/indexui.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
22

33
test.describe('Index Page UI Tests', () => {
44
test.beforeEach(async ({ page }) => {
5-
// Visit Index Page
5+
// Visit Index Page (Dasboard)
66
await page.goto('/');
77
});
88

0 commit comments

Comments
 (0)