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

test(e2e): add new account creation test for new tab and cloud backup #5142

Merged
merged 5 commits into from
Mar 22, 2024

Conversation

satish-ravi
Copy link
Contributor

Description

Renames existing NewAccountOnboarding test to NewAccountOnboardingDrawer and updates NewAccountOnboarding to run against tab navigator and cloud backup

Test plan

CI

Related issues

Backwards compatibility

N/A

Network scalability

N/A

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is exactly NewAccountOnboarding.js before the above changes

Copy link

emerge-tools bot commented Mar 21, 2024

1 build increased size

Name Version Download Change Install Change Approval
⚠️ Celo (test)
org.celo.mobile.test
1.81.0 (146) 26.6 MB ⬆️ 2.4 MB (9.81%) 63.1 MB ⬆️ 2.7 MB (4.46%) N/A

Celo (test) 1.81.0 (146)
org.celo.mobile.test

⚖️ Compare build
📦 Install build
⏱️ Analyze build performance

Total install size change: ⬆️ 2.7 MB (4.46%)
Total download size change: ⬆️ 2.4 MB (9.81%)

Largest size changes

Item Install Size Change
📝 splashBackground@3x.jpg ⬆️ 600.2 kB
📝 background@3x.jpg ⬆️ 368.6 kB
📝 boost-rewards@3x.png ⬆️ 188.4 kB
📝 background@2x.jpg ⬆️ 176.1 kB
📝 boost-rewards@2x.png ⬆️ 90.1 kB
View Treemap

Image of diff


🛸 Powered by Emerge Tools

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.71%. Comparing base (14c7ffe) to head (078f201).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5142      +/-   ##
==========================================
- Coverage   85.71%   85.71%   -0.01%     
==========================================
  Files         729      729              
  Lines       29854    29854              
  Branches     5160     5160              
==========================================
- Hits        25590    25589       -1     
- Misses       4029     4030       +1     
  Partials      235      235              

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14c7ffe...078f201. Read the comment docs.

@@ -262,6 +262,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"ethers": "^5.7.2",
"expect": "^29.7.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes a knip error. We use expect directly in e2e tests. It was previously a transitive dependency from jest which knip doesn't allow https://knip.dev/guides/handling-issues#unlisted-dependencies

@@ -121,20 +123,22 @@ export default NewAccountOnboarding = () => {
})

it('Account Address shown in drawer menu', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no longer drawer menu.

@satish-ravi satish-ravi added this pull request to the merge queue Mar 22, 2024
Merged via the queue into main with commit 2b93dde Mar 22, 2024
16 checks passed
@satish-ravi satish-ravi deleted the satish/act-1113-4 branch March 22, 2024 04:33
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
…valora-inc#5142)

### Description

Renames existing NewAccountOnboarding test to NewAccountOnboardingDrawer
and updates NewAccountOnboarding to run against tab navigator and cloud
backup

### Test plan

CI

### Related issues

- Part of ACT-1113

### Backwards compatibility

N/A

### Network scalability

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants