action #134117
closedcoordination #121855: [epic] Agama web interactive installation
Agama Dolomite auto installation fails due to product changes
Description
The agama ALP product has changed. Now we do not have the option to chose between Micro, Dolomite, Opensuse etc. We have one iso for Dolomite, that does not give us option to chose other products. We need to customize the Dolomite auto installation test in order to pass.
Old version: https://openqa.opensuse.org/tests/3432164
New version: http://falafel.suse.cz/tests/1267 ( I have removed the product option from the jsonnet file)
Acceptance criteria
- Try manual auto installation and check with yast team if this immediate "Congratulations" page is the expected behavior.
- Create POM for product selection in Agama.
- Adjust the openqa automation test accordingly
Additional information¶
Playwright documentation: https://playwright.dev/docs/intro
Playwright documentation - Page Object Model: https://playwright.dev/docs/pom
How to use playwright with Agama: https://github.com/openSUSE/agama/blob/master/playwright/README.md
Notice that for development in your system, you will need to install playwright and run npx playwright test
, due to in the live iso the command to run is different as described in doc above, playwright test
.