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.
Actions