File tree 2 files changed +0
-12
lines changed
src/test/robotframework/series/creation
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ Create series by filling only required fields
13
13
Select From List By Label id:category Sport
14
14
Input Text id:quantity 2
15
15
Choose File id:image ${MAIN_RESOURCE_DIR }${/ } test.png
16
- # Workaround for an invalid form when it contains required file input:
17
- # https://github.com/HtmlUnit/htmlunit/issues/76
18
- Remove Element Attribute image required
19
16
Submit Form id:add-series-form
20
17
Element Text Should Be id:category_name Sport
21
18
Element Text Should Be id:quantity 2
@@ -28,9 +25,6 @@ Create series by filling all fields
28
25
Input Text id:quantity 3
29
26
Unselect Checkbox id:perforated
30
27
Choose File id:image ${MAIN_RESOURCE_DIR }${/ } test.png
31
- # Workaround for an invalid form when it contains required file input:
32
- # https://github.com/HtmlUnit/htmlunit/issues/76
33
- Remove Element Attribute image required
34
28
Click Element id:specify-issue-date-link
35
29
Select From List By Value id:day 8
36
30
Select From List By Value id:month 9
Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ Catalog numbers should ignore duplicate values
51
51
Select From List By Label id:category Sport
52
52
Input Text id:quantity 2
53
53
Choose File id:image ${MAIN_RESOURCE_DIR }${/ } test.png
54
- # Workaround for an invalid form when it contains required file input:
55
- # https://github.com/HtmlUnit/htmlunit/issues/76
56
- Remove Element Attribute image required
57
54
Click Element id:add-catalog-numbers-link
58
55
Input Text id:michelNumbers 104,105,104
59
56
Input Text id:scottNumbers 114,115,114
@@ -74,9 +71,6 @@ Catalog numbers should accept existing numbers
74
71
Select From List By Label id:category Sport
75
72
Input Text id:quantity 2
76
73
Choose File id:image ${MAIN_RESOURCE_DIR }${/ } test.png
77
- # Workaround for an invalid form when it contains required file input:
78
- # https://github.com/HtmlUnit/htmlunit/issues/76
79
- Remove Element Attribute image required
80
74
Click Element id:add-catalog-numbers-link
81
75
Input Text id:michelNumbers 99
82
76
Input Text id:scottNumbers 99
You can’t perform that action at this time.
0 commit comments