Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created August 6, 2021 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/6a769efc1f06ad60e069732576698211 to your computer and use it in GitHub Desktop.
Save dannyshain/6a769efc1f06ad60e069732576698211 to your computer and use it in GitHub Desktop.
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