Closed
Description
Create the following test:
- open a main page
- click on the
Search
button - test that "Number" field has an error
Value must not be empty
Requirements:
- the test should be located in the
src/test/robotframework/series/search/validation.robot
file
Hint:
- we can use
src/test/robotframework/category/creation/validation.robot
file as an example
Extracted from #340 to reduce the scope.