Actions
action #135131
closedcoordination #121855: [epic] Agama web interactive installation
Adapt method to use getByLabel for user POM in agama playwright test
Description
Motivation¶
To adapt the new method of adding user in agama test:
Currently the locator use method getByRole :
this.userFullName = page.getByRole('textbox', { name: 'User fullname' });
While on latest build it need updated to getByLabel:
await page.getByLabel('User full name').fill('user_name');
The related failure in openqa:
https://openqa.opensuse.org/tests/3544817#step/agama/1
Acceptance criteria¶
AC1: Adapt method to use getByLabel for user POM in agama playwright test
Updated by leli about 1 year ago
- Subject changed from Adapt the new method of adding user in agama test: await page.getByLabel('User full name').fill('user_name'); to Adapt method of adding user in agama test
- Description updated (diff)
Updated by leli about 1 year ago
- Assignee set to leli
- Priority changed from Normal to High
Updated by leli about 1 year ago
- Subject changed from Adapt method of adding user in agama test to Adapt method to use getByLabel for user POM in agama playwright test
Updated by leli about 1 year ago
- Status changed from In Progress to Resolved
Actions