Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Upgrading Appium test failing #10826

Merged
merged 18 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c18a25b
Remove appium steps
SamuelSalas Aug 26, 2024
0a99eff
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 26, 2024
1f4f040
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
18605e8
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
c4f3568
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
7c04f46
Release-update-BS-URL
Andepande Aug 26, 2024
4be0635
remove added file
Andepande Aug 26, 2024
ca4cfdf
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
93dd2f6
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
44003c4
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
bcc96bd
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
50ea684
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
94fc6cb
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 27, 2024
dcb732c
test:update-bs-url-to-correct-url (#10814)
Andepande Aug 26, 2024
5975ad5
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 28, 2024
b7c4ca1
Remove splash animation step
SamuelSalas Aug 28, 2024
190e1a7
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 28, 2024
bca5e97
Merge branch 'main' into bug/10825-upgrading-appium-test-failing
SamuelSalas Aug 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ workflows:
stack: linux-docker-android-22.04
machine_type_id: elite-xl
envs:
- PRODUCTION_APP_URL: 'bs://f0eefdd04dd0b913eb8b6494e4990e3e9f1c2bd3' # Last production's QA build
- PRODUCTION_BUILD_NAME: 7.26.1
- PRODUCTION_BUILD_NUMBER: 1360
- PRODUCTION_APP_URL: 'bs://ef29040b2d4dd61355f11b8b6ab893e7bee6daee' # Last production's QA build
- PRODUCTION_BUILD_NAME: 7.29.0
- PRODUCTION_BUILD_NUMBER: 1397
- CUCUMBER_TAG_EXPRESSION: '@upgrade and @androidApp'
- PRODUCTION_BUILD_STRING: 'MetaMask-QA v$PRODUCTION_BUILD_NAME ($PRODUCTION_BUILD_NUMBER)'
- NEW_BUILD_STRING: 'MetaMask-QA v$VERSION_NAME ($VERSION_NUMBER)'
Expand Down
4 changes: 0 additions & 4 deletions wdio/features/Upgrading/ConnectedTestNetwork.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ Feature: Upgrade previous app build with current release
When I tap the Test Network toggle
And I tap on the "<Network>" button
Then "<Network>" should be displayed in network educational modal
And I close the Whats New modal
And I use the back button on Android
And I am on the wallet view
And I should see the added network name "<Network>" in the top navigation bar
And tokens <TOKEN> in account should be displayed
When I tap on the Settings tab option
Expand All @@ -28,7 +25,6 @@ Feature: Upgrade previous app build with current release
Then version "PRODUCTION_BUILD_STRING" is displayed for app upgrade step
When I install upgrade the app
And I relaunch the app
And the splash animation completes
And I fill my password in the Login screen
And I log into my wallet
Then I should see the added network name "Sepolia" in the top navigation bar
Expand Down
2 changes: 0 additions & 2 deletions wdio/features/Upgrading/MultipleAccounts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ Feature: Upgrade previous app build with current release while being connected t
Then version "PRODUCTION_BUILD_STRING" is displayed for app upgrade step
When I install upgrade the app
And I relaunch the app
And the splash animation completes
And I fill my password in the Login screen
And I log into my wallet
And I use the back button on Android
And I am on the wallet view
Then I am on the "<AccountName>" account
And I tap on the Settings tab option
Expand Down
Loading