Skip to content

New QA - test updating app icon and fix some failures #3652

Merged
eunjisong merged 5 commits intomainfrom
qa/new-316-appIcon
Mar 17, 2026
Merged

New QA - test updating app icon and fix some failures #3652
eunjisong merged 5 commits intomainfrom
qa/new-316-appIcon

Conversation

@eunjisong
Copy link
Contributor

Description

  • New: Add coverage for updating the app icon. We will randomly select a new icon option and apply the change.
  • Maintenance: fix tests

@eunjisong eunjisong marked this pull request as ready for review March 17, 2026 16:36
Copilot AI review requested due to automatic review settings March 17, 2026 16:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds new Appium E2E coverage for changing/restoring the app icon and includes a set of test-stability fixes across Appium page objects/locators plus a few UI testID/accessibility adjustments to support automation.

Changes:

  • Add new Appium spec for verifying default app icon, changing it, and restoring it.
  • Update Appium page objects/locators and interaction helpers to reduce flakiness (selector updates, onboarding dismissal, bottom sheet handling, click vs tap).
  • Adjust several UI components’ testID/accessibility behavior to improve automated test targeting.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
packages/k2-alpine/src/components/GroupList/GroupList.tsx Changes right-value testID strategy for GroupList rows.
packages/k2-alpine/src/components/FiatAmountInputWidget/FiatAmountInput.tsx Tweaks accessibility flags and removes accessibilityLabel from fiat amount input.
packages/core-mobile/e2e-appium/wdio.conf.ts Updates local iOS app binary path used by Appium runs.
packages/core-mobile/e2e-appium/specs/transactions/earn/borrow.spec.ts Adds a deposit step before borrowing.
packages/core-mobile/e2e-appium/specs/settings/appIcon.spec.ts New Appium spec covering app icon default/change/restore.
packages/core-mobile/e2e-appium/pages/transactions.page.ts Updates selectors and improves onboarding/bottom-sheet handling; fixes fiat amount input selector usage.
packages/core-mobile/e2e-appium/pages/settings.page.ts Adds App Icon navigation/verification helpers and random icon selection.
packages/core-mobile/e2e-appium/pages/portfolio.page.ts Normalizes token IDs and adds refresh before token-detail verification.
packages/core-mobile/e2e-appium/pages/commonEls.page.ts Adds right-value selector helper and simplifies dropdown item selection.
packages/core-mobile/e2e-appium/locators/transactions.loc.ts Updates review-stake title text; adds fiat amount input locator.
packages/core-mobile/e2e-appium/locators/settings.loc.ts Adds App Icon-related strings/locators.
packages/core-mobile/e2e-appium/helpers/actions.ts Changes tap() implementation to use click() for elements.
packages/core-mobile/app/new/features/portfolio/assets/components/TokenListView.tsx Moves balance testID placement within list item.
packages/core-mobile/app/new/features/portfolio/assets/components/TokenGridView.tsx Moves balance testID placement within grid item.
packages/core-mobile/app/new/features/defiMarket/components/repay/RepaySelectAmountFormBase.tsx Adds conditional testID for enabled/disabled Next button.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@eunjisong eunjisong merged commit bbaf50d into main Mar 17, 2026
8 checks passed
@eunjisong eunjisong deleted the qa/new-316-appIcon branch March 17, 2026 17:11
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.

4 participants