Actions
action #110356
closed[qe-core] test fails in libreoffice_pyuno_bridge_no_evolution_dep
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2022-04-27
Due date:
% Done:
0%
Estimated time:
Difficulty:
Sprint:
QE-Core: April Sprint (Apr 13 - May 11)
Tags:
Description
Observation¶
openQA test in scenario sle-15-SP3-Desktop-DVD-Updates-x86_64-qam-regression-documentation@64bit fails in
libreoffice_pyuno_bridge_no_evolution_dep
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.
Reproducible¶
Fails since (at least) Build 20220425-1
Expected result¶
Last good: 20220424-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
No needle to 'ooffice-python-sample'
https://openqa.suse.de/tests/8643945#step/libreoffice_pyuno_bridge_no_evolution_dep/17
Updated by punkioudi over 2 years ago
- Status changed from New to In Progress
- Assignee set to punkioudi
Updated by szarate over 2 years ago
- Sprint set to QE-Core: April Sprint (13 Apr - 11 May)
- Tags set to bugbusters
- Target version set to QE-Core: Ready
Updated by punkioudi over 2 years ago
- the needle cannot be found because there is no
ooffice-python-samples
in the needles repo - the test shouldn't enter the condition
if ($old_version)
as the current version is much newer than6.4.5
and the testsuite runs only in sle15sp3 is there a reason to run the following code? @szarate wdyt? I feel that this is invalid and has to be removed
if ($old_version) { # navigate to the python samples item assert_screen 'ooffice-writer-mymacros'; send_key 'down'; assert_and_click 'ooffice-writer-libreofficemacros'; wait_still_screen(2); enter_cmd 'py'; assert_and_click 'ooffice-python-samples'; wait_still_screen(2); send_key_until_needlematch 'ooffice-table-sample', 'down', 5, 1; }
Updated by punkioudi over 2 years ago
Updated by punkioudi over 2 years ago
- Status changed from In Progress to Resolved
Actions