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 3925e10 commit 5e76c47Copy full SHA for 5e76c47
src/test/robotframework/series/creation/misc-user.robot
@@ -45,10 +45,13 @@ Catalog numbers should be stripped from any spaces
45
Textfield Value Should Be id=zagorskiNumbers 11,12
46
47
Catalog numbers should ignore duplicate values
48
- [Tags] unstable
+ Go To ${SITE_URL}/series/add
49
Select From List By Label id=category Sport
50
Input Text id=quantity 2
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
55
Click Element id=add-catalog-numbers-link
56
Input Text id=michelNumbers 104,105,104
57
Input Text id=scottNumbers 114,115,114
0 commit comments