Created
August 6, 2021 17:08
-
-
Save dannyshain/3d248c2af66c71f247c89c92332398ca 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
Feature: Zero Bank - Purchase foreign currency cash | |
The Zero Bank app has a feature to buy foreign currency cash if you are travelling to a specific country. | |
This feature will help the travellers to purchase the native currency much earlier and faster. | |
Showing the current selling rate will help travellers to understand the conversion rate for one local currency to USD. | |
Rule: The conversion amount will depend on the daily sell rate of the selected currency | |
Example: Displaying the current selling rate | |
Given I am in the Purchase Foreign Currency page | |
And I select the currency type as "GBP" | |
Then the current selling rate for the "GBP" equivalent to USD should be displayed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment