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 56dc675 commit 10c30ceCopy full SHA for 10c30ce
src/test/robotframework/series/creation/validation-user.robot
@@ -36,6 +36,12 @@ Create series with an empty image
36
Submit Form id:add-series-form
37
Element Text Should Be id:image.errors File must not be empty
38
39
+Create series with day of month but without month
40
+ Click Element id:specify-issue-date-link
41
+ Select From List By Value id:day 1
42
+ Submit Form id:add-series-form
43
+ Element Text Should Be id:month.errors Month must be specified
44
+
45
Catalog numbers should reject invalid values
46
[Template] Invalid Catalog Numbers Should Be Rejected
47
t
0 commit comments