Skip to content

Commit

Permalink
[#461] [BF] Currency Exchange Loss. Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskouski committed Jan 2, 2024
1 parent 0c8e8e8 commit 7d674dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/account/create_and_view_accounts.resource.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: Verify Account Functionality
When I tap on 0 index of "ListSelector" fields
And I tap "<type>" element
And I enter "<type>" to "Enter Account Identifier" text field
And I enter "<amount>" to "Set Balance" text field
And I enter "<amount>" to "Set Balance" text field
And I select "<currency>" from "CurrencySelector" with "Currency Type (Code)" tooltip
And I tap "Create new Account" button
Then I can see "Accounts, total" component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ Feature: Verify Initial Flow
When I tap on 0 index of "ListSelector" fields
And I tap "Bank Account" element
And I enter "Starting Page Account" to "Enter Account Identifier" text field
And I select "USD" from "CurrencySelector" with "Currency Type (Code)" tooltip
And I enter "1000" to "Set Balance" text field
And I tap "Create new Account" button
Then I can see "Create new Budget Category" button
When I enter "Starting Page Budget" to "Enter Budget Category Name" text field
And I select "EUR" from "CurrencySelector" with "Currency Type (Code)" tooltip
And I enter "1000" to "Set Balance" text field
When I tap "Create new Budget Category" button
Then I can see "Accounts, total" component
Expand Down

0 comments on commit 7d674dd

Please sign in to comment.