mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(test): remove unnecessary validation (#13146)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
This commit is contained in:
parent
a04e0c252c
commit
3660bd22a6
1 changed files with 0 additions and 5 deletions
|
|
@ -79,16 +79,11 @@ export class WelcomePage extends BasePage {
|
|||
});
|
||||
}
|
||||
|
||||
async waitForInitialization(): Promise<void> {
|
||||
await playExpect(this.checkLoader).toHaveCount(0, { timeout: 10_000 });
|
||||
}
|
||||
|
||||
/**
|
||||
* Waits for application to initialize, turn off telemetry and closes welcome page
|
||||
*/
|
||||
async handleWelcomePage(skipIfNotPresent: boolean): Promise<void> {
|
||||
return test.step('Handle Welcome Page', async () => {
|
||||
await this.waitForInitialization();
|
||||
if (skipIfNotPresent) {
|
||||
try {
|
||||
await this.skipOnBoarding.waitFor({ state: 'visible' });
|
||||
|
|
|
|||
Loading…
Reference in a new issue