Actions
action #133445
closedcoordination #121855: [epic] Agama web interactive installation
Consolidate pages directories in agama-playwright tests
Description
Motivation¶
Due to parallel work on POM code we now have two pages directories:
- PR#7 created the
pages
directory directly under the root of the repository. - PR#2 creted the
pages
directory undertests
To make things worse both pages
directories have a file storage-page.ts
, one for LVM functionality, the other for encryption functionality.
ToDo¶
- Move and merge the code form
tests/pages
topages
directory. The two code pieses forstorage-page.ts
need to be merged to support both LVM and encryption settings. - Adjust
full-disk-encryption.spec.ts
to the new location of thepages
directory
Acceptance criteria¶
AC1: The pages for tests/pages
are moved and merged into pages
.
AC2: Both LVM and encryption tests are still working as intended.
Updated by rainerkoenig over 1 year ago
- Related to action #133103: Create test and POM for adding a home file system added
Updated by lmanfredi over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to lmanfredi
Updated by JERiveraMoya over 1 year ago
Let's move to urgent, so other would not fall in the same problem.
Updated by syrianidou_sofia over 1 year ago
Check my PR here: https://github.com/jknphy/e2e-agama-playwright/pull/12/files
If you have already written code, we can merge yours and I will rebase mine.
Updated by JERiveraMoya over 1 year ago
- Status changed from In Progress to Resolved
Resolved as part of #133010
Actions