File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/frontend/src/components
test/robotframework/series/add-numbers Expand file tree Collapse file tree 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 {
115115 { l10n [ 't_server_error' ] || 'Server error' }
116116 </ div >
117117 < 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" >
119119 { l10n [ 't_catalog' ] || 'Catalog' }
120120 </ label >
121121 < div className = "col-sm-6" >
122122 < select
123- id = "numbers- catalog-name"
123+ id = "catalog-name"
124124 name = "catalogName"
125125 className = "form-control"
126126 onChange = { handleChangeCatalog } >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Before Test Suite
2626Add numbers
2727 [Arguments] ${catalog } ${numbers } ${expectedNumbers }
2828 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 }
3030 Input Text id:catalog-numbers ${numbers }
3131 Submit Form id:add-catalog-numbers-form
3232 Wait Until Page Contains Element id:${catalog } _catalog_info
You can’t perform that action at this time.
0 commit comments