Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create POMs for installation process #16

Merged
merged 1 commit into from Oct 18, 2023

Conversation

rakoenig
Copy link
Collaborator

@rakoenig rakoenig commented Aug 24, 2023

pages/confirm-installation-popup.ts Outdated Show resolved Hide resolved
pages/confirm-installation-popup.ts Outdated Show resolved Hide resolved
pages/confirm-installation-popup.ts Outdated Show resolved Hide resolved
tests/full-disk-encryption.spec.ts Outdated Show resolved Hide resolved
pages/congratulations-page.ts Outdated Show resolved Hide resolved
pages/installation-progress-page.ts Outdated Show resolved Hide resolved
pages/installation-progress-page.ts Outdated Show resolved Hide resolved
@rakoenig rakoenig force-pushed the monitor_installation branch 5 times, most recently from 2483263 to 70467d6 Compare August 24, 2023 13:46
actors/install-actor.ts Outdated Show resolved Hide resolved
actors/install-actor.ts Outdated Show resolved Hide resolved
pages/installation-finsihed-page.ts Outdated Show resolved Hide resolved
pages/installation-finsihed-page.ts Outdated Show resolved Hide resolved
actors/install-actor.ts Show resolved Hide resolved
@rakoenig rakoenig force-pushed the monitor_installation branch 4 times, most recently from 3dfb91b to 568ed2e Compare August 31, 2023 08:50
@@ -0,0 +1,16 @@
import { expect, type Locator, type Page } from '@playwright/test';

export class InstallationProgressPage {
Copy link
Owner

@jknphy jknphy Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be called InstallingPage as mentioned in other comment, file name should match with class name.

@@ -7,6 +7,10 @@ import { EncryptionPasswordPopup } from '../pages/encryption-password-popup';
import { UsersPage } from '../pages/users-page';
import { DefineUserPage } from '../pages/define-user-page';
import { ConfigureRootPasswordPage } from '../pages/configure-root-password-page';
import { ConfirmInstallationPage } from '../pages/confirm-installation-page';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

besides this test, there are others that needs this improvement.

@lemon-suse
Copy link
Collaborator

LGTM, could we implement the install-actor for other test cases for installation part such as lvm, encrypted_lvm, etc?

@rakoenig rakoenig removed the WIP label Oct 17, 2023
@lemon-suse lemon-suse merged commit adf3e09 into jknphy:main Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants