Skip to content

test: 3/3 Remove wdio folder#29876

Merged
cortisiko merged 2 commits into
mainfrom
MMQA-1658
May 7, 2026
Merged

test: 3/3 Remove wdio folder#29876
cortisiko merged 2 commits into
mainfrom
MMQA-1658

Conversation

@cortisiko

@cortisiko cortisiko commented May 7, 2026

Copy link
Copy Markdown
Member

Description

Removes the remaining legacy wdio E2E testing layer, deleting WDIO Selectors/Gestures helpers plus a large set of WDIO screen-object/page-object modules.

Also drops the old tests/framework/utils/MobileBrowser.js Chrome/Safari launcher/navigation helper, continuing the shift toward the newer Appwright-based page objects.

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

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.

Note

Medium Risk
Medium risk because this deletes a large set of legacy WDIO-based E2E helpers/page objects; any remaining hidden references in test runners or scripts would break CI, though it should be low impact if the migration to Appwright/Playwright is complete.

Overview
Removes the remaining legacy WDIO E2E layer by deleting wdio/helpers (Selectors, Gestures) and a broad set of wdio/screen-objects page-object modules.

Also deletes the old tests/framework/utils/MobileBrowser.js launcher/navigation helper (Chrome/Safari handling), further consolidating E2E coverage on the newer Appwright/Playwright-based page objects.

Reviewed by Cursor Bugbot for commit b2f7316. Bugbot is set up for automated code reviews on this repo. Configure here.

@cortisiko cortisiko requested a review from a team as a code owner May 7, 2026 16:22
@github-actions github-actions Bot added the pr-not-ready-for-e2e Skip E2E and block merging. Remove this label once the PR is ready to run the E2E tests. label May 7, 2026
@metamaskbotv2 metamaskbotv2 Bot added the team-qa QA team label May 7, 2026
@cortisiko cortisiko added no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed skip-smart-e2e-selection Skip Smart E2E selection, i.e. select all E2E tests to run and removed team-qa QA team pr-not-ready-for-e2e Skip E2E and block merging. Remove this label once the PR is ready to run the E2E tests. labels May 7, 2026
@cortisiko cortisiko added the no changelog required No changelog entry is required for this change label May 7, 2026
@cortisiko cortisiko enabled auto-merge May 7, 2026 17:08
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

⏭️ Smart E2E selection skipped - skip-smart-e2e-selection label found

All E2E tests pre-selected.

View GitHub Actions results

@sonarqubecloud

sonarqubecloud Bot commented May 7, 2026

Copy link
Copy Markdown

@cortisiko cortisiko added this pull request to the merge queue May 7, 2026
Merged via the queue into main with commit 4f8e443 May 7, 2026
200 of 206 checks passed
@cortisiko cortisiko deleted the MMQA-1658 branch May 7, 2026 18:29
@github-actions github-actions Bot locked and limited conversation to collaborators May 7, 2026
@metamaskbotv2 metamaskbotv2 Bot added the release-7.77.0 Issue or pull request that will be included in release 7.77.0 label May 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no changelog required No changelog entry is required for this change no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed release-7.77.0 Issue or pull request that will be included in release 7.77.0 size-XL skip-smart-e2e-selection Skip Smart E2E selection, i.e. select all E2E tests to run

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants