action #167129
Updated by dheidler 3 months ago
## Observation
https://app.circleci.com/pipelines/github/os-autoinst/openQA/14646/workflows/4dc1a2ed-d4b8-4120-b075-cefe02b94746/jobs/139066
```
[20:25:07] t/ui/10-tests_overview.t ................... 12/?
# Failed test 'exactly one row present'
# at t/ui/10-tests_overview.t line 308.
# got: '0'
# expected: '1'
# Looks like you failed 1 test of 1.
# Failed test 'filter for specific test'
# at t/ui/10-tests_overview.t line 310.
# Looks like you failed 1 test of 3.
[20:25:07] t/ui/10-tests_overview.t ................... 14/?
# Failed test 'filtering by test'
# at t/ui/10-tests_overview.t line 311.
Can't call method "get_text" on an undefined value at t/ui/10-tests_overview.t line 309.
[20:25:07] t/ui/10-tests_overview.t ................... 15/? # Tests were run but no plan was declared and done_testing() was not seen.
[20:25:07] t/ui/10-tests_overview.t ................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests
```
Seen in https://github.com/os-autoinst/openQA/pull/5910
Slightly different failure than in #166820
## Suggestions:
* See what was done before, maybe this is related and the error changed
* Consider using wait_for_element more consistently (get_element could be racy)