action #135131
Updated by leli over 1 year ago
#### Motivation **Motivation:** To adapt the new method of adding user in agama test: Currently Now in openqa the locator use method getByRole : is: this.userFullName = page.getByRole('textbox', { name: 'User fullname' }); While on latest build it need updated Need to getByLabel: update the method to: 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