Skip to content

Commit

Permalink
chore: updated bitrise build version (#10957)
Browse files Browse the repository at this point in the history
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

This pull request address the E2E upgrade testing issues due to a new
build being provide.

## **Related issues**

Fixes:

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.

---------

Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
Co-authored-by: yande <110056475+Andepande@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent 994fedd commit b19e964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,9 @@ workflows:
stack: linux-docker-android-20.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://6421b30d4359b6dbfc82460a926d7bf8059073eb' # 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
3 changes: 0 additions & 3 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 Down
2 changes: 0 additions & 2 deletions wdio/features/Upgrading/MultipleAccounts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Feature: Upgrade previous app build with current release while being connected t
And the splash animation completes
And I fill my password in the Login screen
And I log into my wallet
And I close the Whats New modal
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

0 comments on commit b19e964

Please sign in to comment.