Created
August 6, 2021 17:10
-
-
Save dannyshain/6a769efc1f06ad60e069732576698211 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ability: Zero Bank - Purchase foreign currency cash | |
Scenario Template: Buy multiple foreign currencies | |
Given I am in the Purchase Foreign Currency page | |
And I select the currency type as "<currencyType>" | |
When I try to calculate the conversion cost for "<usdAmount>" USD | |
Then I should be displayed with the conversion amount with "<currencyType>" | |
Scenarios: | |
|currencyType |usdAmount| | |
|AUD |100 | | |
|CAD |50 | | |
|GBP |1200 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment