Closed
Description
- search with results
search without results(extracted to Search by catalog number: add integration test for an empty result #1066)when catalogNumber unspecified(extracted to Search by catalog number: add integration test to check that catalogNumber is specified #1065)when catalogName unspecified(no needed)
Tech debt for: cc61e01 (#315) and 0172e38 (#341)
Create 4 tests (one for each catalog):
- open a main page
- fill
Search by catalog
form:- provide an existing catalog number (let's say 99)
- chose a catalog name (Michel/Scott/Yvert or Gibbons)
- click on the
Search
button
- ensure that the resulted page has a series that points to
/series/1
Requirements:
- the tests should be located in the
src/test/robotframework/series/search/logic.robot
file
Hint:
- we can use
Link Should Point To
keyword fromselenium.utils.robot
file