mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix(test): extend timeout for onboarding screen loading (#14686)
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
This commit is contained in:
parent
23b4e78f1e
commit
74a3224a44
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export class WelcomePage extends BasePage {
|
|||
async turnOffTelemetry(): Promise<void> {
|
||||
return test.step('Turn off Telemetry', async () => {
|
||||
// Extensions load sequentially (faster speed but can block ui)
|
||||
await playExpect(this.startOnboarding).toBeEnabled({ timeout: 30_000 });
|
||||
await playExpect(this.startOnboarding).toBeEnabled({ timeout: 45_000 });
|
||||
|
||||
if (await this.telemetryConsent.isChecked()) {
|
||||
await playExpect(this.telemetryConsent).toBeChecked();
|
||||
|
|
|
|||
Loading…
Reference in a new issue