mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-17 10:03:08 +00:00
fix: E2E test stability and UI performance improvements (#823)
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
waitForNetworkIdle,
|
||||
authenticateForTests,
|
||||
handleLoginScreenIfPresent,
|
||||
dismissSandboxWarningIfVisible,
|
||||
} from '../../utils';
|
||||
|
||||
const TEST_TEMP_DIR = createTempDirPath('responsive-modal-test');
|
||||
@@ -100,6 +101,9 @@ test.describe('AgentOutputModal Responsive Behavior', () => {
|
||||
|
||||
await expect(page.locator('[data-testid="board-view"]')).toBeVisible({ timeout: 10000 });
|
||||
|
||||
// Dismiss sandbox warning dialog if it appears (blocks pointer events)
|
||||
await dismissSandboxWarningIfVisible(page);
|
||||
|
||||
// Wait for the verified feature card to appear
|
||||
const featureCard = page.locator(`[data-testid="kanban-card-${featureId}"]`);
|
||||
await expect(featureCard).toBeVisible({ timeout: 10000 });
|
||||
|
||||
Reference in New Issue
Block a user