Actions
action #35197
closed[sle][functional] test fails in scc_registration sub register_addons
Start date:
2018-04-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-create_hdd_gnome+we@64bit-2gbram fails in
scc_registration
create_hdd_ses6_textmode@64bit failed at:
The failure was caused by:
which updated assert_and_click "scc-code-field-$addon";
to assert_and_click "scc-code-field-$addon", 60;
but this led to:
- https://openqa.suse.de/tests/1629897/file/autoinst-log.txt [2018-04-19T04:54:40.0979 CEST] [debug] <<< testapi::assert_and_click(mustmatch='scc-code-field-we', button=60, timeout=30)
Solution:¶
update that line to:
assert_and_click "scc-code-field-$addon", 'left', 60;
Updated by qkzhu over 6 years ago
- Status changed from New to In Progress
- Assignee set to qkzhu
Updated by qkzhu over 6 years ago
- Status changed from In Progress to Resolved
Actions