Actions
action #137537
closedtest fails sporadically in agama - waiting for getByRole('button', { name: /\/dev\/.d.\,\ [0-9]*\ .iB/ })
Description
Observation¶
LOG
expect.toBeVisible with timeout 5000ms
waiting for getByRole('button', { name: /\/dev\/.d.\,\ [0-9]*\ .iB/ })
We are expecting alink with the a text similar to "/dev/vda 20 GiB" but we get just "/dev/vda".
- Increasing the timeout does not help
- Asserting just "/dev/vda" causes issue at next step, "storage not found". We assume it's because we are clicking "storage" too fast in the main page. Unless devs fix this, we need a workaround.
Suggestion:¶
- Also asserting the size in the main/parent page may work. If not, we may need to detect the wrong pattern (/dev/vda), then refresh the page if it appears. The first solution is preferable, unless we find a better idea.
openQA test in scenario alp-agama-3.0-staging-agama-live-openSUSE-Playwright-x86_64-agama_tumbleweed_select_install_device@64bit-2G fails in
agama
Test suite description¶
The base test suite is used for job templates defined in YAML documents. It has no settings of its own.
Reproducible¶
Fails since (at least) Build 1.34
Expected result¶
Last good: 1.32 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by JRivrain about 1 year ago
- Subject changed from test fails in agama - waiting for getByRole('button', { name: /\/dev\/.d.\,\ [0-9]*\ .iB/ }) to test fails sporadically in agama - waiting for getByRole('button', { name: /\/dev\/.d.\,\ [0-9]*\ .iB/ })
Updated by rainerkoenig about 1 year ago
- Status changed from New to Workable
- Target version set to Current
Updated by leli about 1 year ago
PR submitted, https://github.com/jknphy/e2e-agama-playwright/pull/24
Actions