We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7674a5d commit 492b101Copy full SHA for 492b101
e2e/playwright/tests/deploy-upgrade/test.spec.ts
@@ -34,7 +34,7 @@ async function fillConfigForm(iframe: FrameLocator) {
34
}
35
36
async function handlePreflightChecks(iframe: FrameLocator) {
37
- await expect(iframe.getByText('Preflight checks', { exact: true })).toBeVisible({ timeout: 10 * 1000 });
+ await expect(iframe.getByText('Preflight checks', { exact: true })).toBeVisible({ timeout: 30 * 1000 });
38
await expect(iframe.getByRole('button', { name: 'Rerun' })).toBeVisible({ timeout: 30 * 1000 });
39
await expect(iframe.locator('#app')).toContainText('The Volume Snapshots CRD exists');
40
await expect(iframe.getByRole('button', { name: 'Back: Config' })).toBeVisible();
0 commit comments