We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1331005 commit f62ebd2Copy full SHA for f62ebd2
src/test/robotframework/collection/estimation/logic.robot
@@ -37,7 +37,7 @@ Series without price should be shown but not taken into account
37
*** Keywords ***
38
Before Test Suite
39
@{currencies}= Create List USD EUR RUB CZK
40
- ${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
+ ${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
41
Set Suite Variable ${expectedCurrency} ${randomCurrency}
42
Open Browser ${SITE_URL}/account/auth ${BROWSER}
43
Register Keyword To Run On Failure Log Source
0 commit comments