Actions
action #112316
closed[qe-core] some tests used the testapi in an incorrect way
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2022-06-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Sprint:
QE-Core: June Sprint (Jun 08 - Jul 06)
Tags:
Description
Observation¶
wireshark fails because it calls assert_and_click
incorrectly.
The function takes one string and a hash containing other arguments including the timeout. The test is calling it with a string argument containing the needle name and the timeout. It should call it with the needle string and a hash containing the timeout.
Reproducible¶
Fails since (at least) Build 20220611-1 (current job)
Expected result¶
Last good: 20220610-1 (or more recent)
Acceptance Criteria¶
- AC1: Change the test to call the function correctly
Further details¶
Always latest result in this scenario: latest
Updated by okurz over 2 years ago
- Status changed from New to In Progress
- Assignee set to okurz
Updated by apappas over 2 years ago
Tests also failing for similar reason:
Updated by szarate over 2 years ago
- Sprint set to QE-Core: June Sprint (Jun 08 - Jul 06)
- Assignee changed from okurz to szarate
- Target version set to QE-Core: Ready
I'm taking over for now, https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15064
Updated by szarate over 2 years ago
- Subject changed from [qe-core]wireshark test calls assert_and_click incorrectly to [qe-core] some tests used the testapi in an incorrect way
Updated by szarate over 2 years ago
- Status changed from In Progress to Resolved
Calling this as resolved, by the looks of it.
Actions