-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10, 11.1-SNAPSHOT
-
Epic Link:
-
Tags:
-
Team:QA
-
Sprint:QA - 11.1.7, QA - 11.1.8, QA - 11.1.19, QA - 11.1.21, QA - 11.1.22
-
Story Points:3
Using plugin-web-ui ftest framework to do search tests, if we expect that a search retrieves 0(zero) results, even when we have results the test will always pass
How to reproduce
- use search.feature to test a search
- make a search where the expected result is more than 0
- in the test make the expected result = 0 resultsCount
- test will pass(error)