File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
e2e/playwright/tests/deploy-upgrade Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ async function fillConfigForm(iframe: FrameLocator) {
35
35
36
36
async function handlePreflightChecks ( iframe : FrameLocator ) {
37
37
await expect ( iframe . getByText ( 'Preflight checks' , { exact : true } ) ) . toBeVisible ( { timeout : 10 * 1000 } ) ;
38
- await expect ( iframe . getByRole ( 'button' , { name : 'Rerun' } ) ) . toBeVisible ( { timeout : 10 * 1000 } ) ;
38
+ await expect ( iframe . getByRole ( 'button' , { name : 'Rerun' } ) ) . toBeVisible ( { timeout : 30 * 1000 } ) ;
39
39
await expect ( iframe . locator ( '#app' ) ) . toContainText ( 'The Volume Snapshots CRD exists' ) ;
40
40
await expect ( iframe . getByRole ( 'button' , { name : 'Back: Config' } ) ) . toBeVisible ( ) ;
41
41
await iframe . getByRole ( 'button' , { name : 'Next: Confirm and deploy' } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments