File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ export class ConsolePage extends IdentityPage {
4646
4747 await this . page . getByTestId ( testIds . createSatellite . create ) . click ( ) ;
4848
49- await expect ( this . page . getByTestId ( testIds . createSatellite . continue ) ) . toBeVisible ( ) ;
49+ await expect ( this . page . getByTestId ( testIds . createSatellite . continue ) ) . toBeVisible ( {
50+ timeout : 30000
51+ } ) ;
5052
5153 await this . page . getByTestId ( testIds . createSatellite . continue ) . click ( ) ;
5254 }
@@ -76,7 +78,9 @@ export class ConsolePage extends IdentityPage {
7678
7779 await this . page . getByTestId ( testIds . createAnalytics . create ) . click ( ) ;
7880
79- await expect ( this . page . getByTestId ( testIds . createAnalytics . close ) ) . toBeVisible ( ) ;
81+ await expect ( this . page . getByTestId ( testIds . createAnalytics . close ) ) . toBeVisible ( {
82+ timeout : 30000
83+ } ) ;
8084
8185 await this . page . getByTestId ( testIds . createAnalytics . close ) . click ( ) ;
8286
You can’t perform that action at this time.
0 commit comments