We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c30ce commit 4466d86Copy full SHA for 4466d86
src/test/robotframework/series/creation/validation-user.robot
@@ -42,6 +42,13 @@ Create series with day of month but without month
42
Submit Form id:add-series-form
43
Element Text Should Be id:month.errors Month must be specified
44
45
+Create series with month but without year
46
+ Click Element id:specify-issue-date-link
47
+ Select From List By Value id:day 1
48
+ Select From List By Value id:month 2
49
+ Submit Form id:add-series-form
50
+ Element Text Should Be id:year.errors Year must be specified
51
+
52
Catalog numbers should reject invalid values
53
[Template] Invalid Catalog Numbers Should Be Rejected
54
t
0 commit comments