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 #1

Updated by rainerkoenig 8 months ago

  • Status changed from New to Workable
Actions #2

Updated by rainerkoenig 8 months ago

  • Target version set to Current
Actions #3

Updated by rainerkoenig 8 months ago

  • Parent task set to #121855
Actions #4

Updated by leli 8 months 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)
Actions #5

Updated by leli 8 months ago

  • Assignee set to leli
  • Priority changed from Normal to High
Actions #6

Updated by leli 8 months 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
Actions #7

Updated by leli 8 months ago

  • Status changed from Workable to In Progress
Actions #8

Updated by leli 8 months ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF