fix(test): extend timeout for onboarding screen loading (#14686)

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
This commit is contained in:
Ondrej Dockal 2025-10-31 12:48:09 +01:00 committed by GitHub
parent 23b4e78f1e
commit 74a3224a44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();