File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/robotframework/series/creation Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,13 @@ Catalog numbers should be stripped from any spaces
45
45
Textfield Value Should Be id=zagorskiNumbers 11,12
46
46
47
47
Catalog numbers should ignore duplicate values
48
- [Tags] unstable
48
+ Go To ${ SITE_URL } /series/add
49
49
Select From List By Label id=category Sport
50
50
Input Text id=quantity 2
51
51
Choose File id=image ${MAIN_RESOURCE_DIR }${/ } test.png
52
+ # Workaround for an invalid form when it contains required file input:
53
+ # https://github.com/HtmlUnit/htmlunit/issues/76
54
+ Remove Element Attribute image required
52
55
Click Element id=add-catalog-numbers-link
53
56
Input Text id=michelNumbers 104,105,104
54
57
Input Text id=scottNumbers 114,115,114
You can’t perform that action at this time.
0 commit comments