We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ef406 commit 2e6312cCopy full SHA for 2e6312c
1 file changed
src/test/robotframework/series/add-price/logic.robot
@@ -24,7 +24,8 @@ Before Test Suite
24
25
Add a price
26
[Arguments] ${catalog} ${price} ${currency}
27
- Select From List By Value id:price-catalog-name ${catalog}
+ ${optionValue}= Convert To Upper Case ${catalog}
28
+ Select From List By Value id:price-catalog-name ${optionValue}
29
Input Text id:catalog-price ${price}
30
Submit Form id:add-catalog-price-form
31
Wait Until Page Does Not Contain id:add-catalog-price-form
0 commit comments