Closed
Description
Create the following test:
- open a main page
- fill
Search by catalog
form:- provide non-existent catalog number (let's say 888)
- chose a catalog (let's pick a random one from Michel/Scott/Yvert/Gibbons)
- click on the
Search
button
- ensure that the resulted page contains the message
No series found
Requirements:
- the test should be located in the
src/test/robotframework/series/search/logic.robot
file
Hint:
- Could be useful: https://stackoverflow.com/questions/28039417/any-builtin-in-robot-framework-for-selecting-a-random-value-from-the-dropdown-li
Extracted from #340 to reduce the scope.