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 41b4250 commit 2b7bd1bCopy full SHA for 2b7bd1b
src/test/robotframework/collection/estimation/logic.robot
@@ -36,7 +36,7 @@ Series without price should be shown but not taken into account
36
37
*** Keywords ***
38
Before Test Suite
39
- @{currencies}= Create List USD EUR RUB CZK
+ @{currencies}= Create List USD EUR RUB CZK
40
${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
41
Set Suite Variable ${expectedCurrency} ${randomCurrency}
42
Open Browser ${SITE_URL}/account/auth ${BROWSER}
0 commit comments