File tree 2 files changed +3
-3
lines changed
main/frontend/src/components
test/robotframework/series/add-numbers
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ class AddCatalogNumbersFormView extends React.PureComponent {
115
115
{ l10n [ 't_server_error' ] || 'Server error' }
116
116
</ div >
117
117
< div className = "form-group form-group-sm" >
118
- < label htmlFor = "numbers- catalog-name" className = "control-label col-sm-3" >
118
+ < label htmlFor = "catalog-name" className = "control-label col-sm-3" >
119
119
{ l10n [ 't_catalog' ] || 'Catalog' }
120
120
</ label >
121
121
< div className = "col-sm-6" >
122
122
< select
123
- id = "numbers- catalog-name"
123
+ id = "catalog-name"
124
124
name = "catalogName"
125
125
className = "form-control"
126
126
onChange = { handleChangeCatalog } >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Before Test Suite
26
26
Add numbers
27
27
[Arguments] ${catalog } ${numbers } ${expectedNumbers }
28
28
Wait Until Page Contains Element id:add-catalog-numbers-form
29
- Select From List By Value id:numbers- catalog-name ${catalog }
29
+ Select From List By Value id:catalog-name ${catalog }
30
30
Input Text id:catalog-numbers ${numbers }
31
31
Submit Form id:add-catalog-numbers-form
32
32
Wait Until Page Contains Element id:${catalog } _catalog_info
You can’t perform that action at this time.
0 commit comments