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) {
3535
3636async function handlePreflightChecks ( iframe : FrameLocator ) {
3737 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 } ) ;
3939 await expect ( iframe . locator ( '#app' ) ) . toContainText ( 'The Volume Snapshots CRD exists' ) ;
4040 await expect ( iframe . getByRole ( 'button' , { name : 'Back: Config' } ) ) . toBeVisible ( ) ;
4141 await iframe . getByRole ( 'button' , { name : 'Next: Confirm and deploy' } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments