Project

General

Profile

Actions

action #135131

closed

coordination #121855: [epic] Agama web interactive installation

Adapt method to use getByLabel for user POM in agama playwright test

Added by zoecao 8 months ago. Updated 8 months ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
Start date:
2023-09-04
Due date:
% Done:

0%

Estimated time:

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

Actions

Also available in: Atom PDF