Skip to content

Commit 5e76c47

Browse files
committed
test: fix "Catalog numbers should ignore duplicate values".
Relate to #1001 Fix #667
1 parent 3925e10 commit 5e76c47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/robotframework/series/creation/misc-user.robot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ Catalog numbers should be stripped from any spaces
4545
Textfield Value Should Be id=zagorskiNumbers 11,12
4646

4747
Catalog numbers should ignore duplicate values
48-
[Tags] unstable
48+
Go To ${SITE_URL}/series/add
4949
Select From List By Label id=category Sport
5050
Input Text id=quantity 2
5151
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
5255
Click Element id=add-catalog-numbers-link
5356
Input Text id=michelNumbers 104,105,104
5457
Input Text id=scottNumbers 114,115,114

0 commit comments

Comments
 (0)