feat: add UI test command and clean up integration test

- Introduced a new npm script "test:ui" for running UI tests in the apps/ui workspace.
- Removed unnecessary login screen handling from the worktree integration test to streamline the test flow.
This commit is contained in:
webdevcody
2026-01-08 00:07:23 -05:00
parent 69434fe356
commit 959467de90
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ test.describe('Worktree Integration', () => {
await authenticateForTests(page);
await page.goto('/');
await page.waitForLoadState('load');
await handleLoginScreenIfPresent(page);
await waitForNetworkIdle(page);
await waitForBoardView(page);