action #27513
closed[sle][functional][easy] test fails in firefox - Firefox windows is focused, but needle expect it to be unfocused
0%
Description
Observation¶
Firefox windows is focused, but needle expect it to be unfocused.
openQA test in scenario sle-15-Installer-DVD-aarch64-gnome+acpi@aarch64 fails in
firefox
Acceptance criteria¶
- AC: The test passes OR or soft-fail on a proper product bug.
Reproducible¶
Fails since (at least) Build 331.1 (current job)
Expected result¶
Last good: 330.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional] test fails in firefox - Firefox windows is focused, but needle expect it to be unfocused to [sle][functional][easy] test fails in firefox - Firefox windows is focused, but needle expect it to be unfocused
- Due date set to 2018-02-27
- Target version changed from Milestone 13 to Milestone 14
The needles with the tag "firefox_titlebar" are a mix of unfocussed as well as focussed titlebar. Please check who did that with what intention and clean up. IMHO no needle should be unfocussed except for workaround ones.
Updated by riafarov almost 7 years ago
- Status changed from New to Feedback
- Assignee set to riafarov
So the needle here is used in
lib/x11regressiontest.pm: wait_screen_change { assert_and_click 'firefox_titlebar' };
And is required for qam regression: https://openqa.suse.de/tests/1465899#step/application_starts_on_login/105
So adding soft-failure and workaround property to the needle.
Updated by riafarov almost 7 years ago
Updated by riafarov almost 7 years ago
- Status changed from Feedback to Resolved
Test passes for 3 months now, PR should remove confusion next time we have it.