diff --git a/extension/e2e-tests/README.md b/extension/e2e-tests/README.md index c88e60f92a..01f1e4dfca 100644 --- a/extension/e2e-tests/README.md +++ b/extension/e2e-tests/README.md @@ -235,7 +235,7 @@ await expectPageToHaveScreenshot({ **Snapshot files** are stored in directories alongside test files: -- `sendPayment.test.ts` → `sendPayment.test.ts-snapshots/` +- `onboarding.test.ts` → `onboarding.test.ts-snapshots/` - `addAsset.test.ts` → `addAsset.test.ts-snapshots/` ### Updating Snapshots @@ -249,7 +249,7 @@ yarn test:e2e --update-snapshots Or update snapshots for a specific test: ```bash -yarn test:e2e sendPayment.test.ts --update-snapshots +yarn test:e2e onboarding.test.ts --update-snapshots ``` ### Reviewing Snapshot Changes @@ -327,4 +327,4 @@ Tests run automatically in CI with: - [Playwright Documentation](https://playwright.dev/) - [Freighter Extension README](../README.md) -- [Test Snapshots](./sendPayment.test.ts-snapshots/) - Visual regression test baselines +- [Test Snapshots](./onboarding.test.ts-snapshots/) - Visual regression test baselines diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-chromium-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-chromium-darwin.png index 0b86b1398d..eb19e4eb96 100644 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-chromium-darwin.png and b/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-chromium-darwin.png differ diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-darwin.png deleted file mode 100644 index b849f821b1..0000000000 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/account-history-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-chromium-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-chromium-darwin.png index b2b6e423a8..56d94746aa 100644 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-chromium-darwin.png and b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-chromium-darwin.png differ diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-darwin.png deleted file mode 100644 index 6c4d5de18e..0000000000 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-chromium-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-chromium-darwin.png index 1b740f9ab4..36bdd21caf 100644 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-chromium-darwin.png and b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-chromium-darwin.png differ diff --git a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-darwin.png b/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-darwin.png deleted file mode 100644 index 79aaa7f880..0000000000 Binary files a/extension/e2e-tests/accountHistory.test.ts-snapshots/failed-transaction-history-item-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-chromium-darwin.png b/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-chromium-darwin.png deleted file mode 100644 index 8be82cefed..0000000000 Binary files a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-darwin.png b/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-darwin.png deleted file mode 100644 index 590d433c8f..0000000000 Binary files a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-unverified-token-chromium-darwin.png b/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-unverified-token-chromium-darwin.png deleted file mode 100644 index 460c62d9ca..0000000000 Binary files a/extension/e2e-tests/addAsset.test.ts-snapshots/manage-assets-unverified-token-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-chromium-darwin.png b/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-chromium-darwin.png index 5cc6dcda23..8bc15d6096 100644 Binary files a/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-chromium-darwin.png and b/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-darwin.png b/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-darwin.png deleted file mode 100644 index 5cc6dcda23..0000000000 Binary files a/extension/e2e-tests/addCollectible.test.ts-snapshots/add-collectible-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-empty-darwin.png b/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-empty-darwin.png deleted file mode 100644 index 92238364a6..0000000000 Binary files a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-empty-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-chromium-darwin.png b/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-chromium-darwin.png index 4565345084..fad9a2f298 100644 Binary files a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-chromium-darwin.png and b/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-chromium-darwin.png differ diff --git a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-darwin.png b/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-darwin.png deleted file mode 100644 index e24eea61b6..0000000000 Binary files a/extension/e2e-tests/allowList.test.ts-snapshots/allowlist-populated-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/add-xlm-page-darwin.png b/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/add-xlm-page-darwin.png deleted file mode 100644 index c0a9e4e3d0..0000000000 Binary files a/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/add-xlm-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/buy-with-coinbase-darwin.png b/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/buy-with-coinbase-darwin.png deleted file mode 100644 index 5fb760bddc..0000000000 Binary files a/extension/e2e-tests/buyWithOnramp.test.ts-snapshots/buy-with-coinbase-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/discover.test.ts-snapshots/discover-error-chromium-darwin.png b/extension/e2e-tests/discover.test.ts-snapshots/discover-error-chromium-darwin.png index 6aaf066d45..9779d81583 100644 Binary files a/extension/e2e-tests/discover.test.ts-snapshots/discover-error-chromium-darwin.png and b/extension/e2e-tests/discover.test.ts-snapshots/discover-error-chromium-darwin.png differ diff --git a/extension/e2e-tests/helpers/sendPayment.ts b/extension/e2e-tests/helpers/sendPayment.ts deleted file mode 100644 index fa9453f945..0000000000 --- a/extension/e2e-tests/helpers/sendPayment.ts +++ /dev/null @@ -1,37 +0,0 @@ -import test, { Page } from "@playwright/test"; -import { expect, expectPageToHaveScreenshot } from "../test-fixtures"; - -export const sendXlmPayment = async ({ page }: { page: Page }) => { - test.setTimeout(180_000); - await page.getByTestId("nav-link-send").click({ force: true }); - - await expect(page.getByText("Send")).toBeVisible(); - await expectPageToHaveScreenshot({ - page, - screenshot: "send-payment-to.png", - }); - await page - .getByTestId("send-to-input") - .fill("GBTYAFHGNZSTE4VBWZYAGB3SRGJEPTI5I4Y22KZ4JTVAN56LESB6JZOF"); - await page.getByText("Continue").click({ force: true }); - - await expect(page.getByText("Send")).toBeVisible(); - await expectPageToHaveScreenshot({ - page, - screenshot: "send-payment-amount.png", - }); - await page.getByTestId(`SendRow-native`).click({ force: true }); - await page.getByTestId("send-amount-amount-input").fill("1"); - await page.getByText("Review Send").click({ force: true }); - - await expect(page.getByText("You are sending")).toBeVisible(); - await page.getByTestId(`SubmitAction`).click({ force: true }); - - await expect(page.getByText("Sent!")).toBeVisible({ - timeout: 60000, - }); - await expectPageToHaveScreenshot({ - page, - screenshot: "send-payment-sent.png", - }); -}; diff --git a/extension/e2e-tests/integration-tests/addAssetIntegration.test.ts-snapshots/manage-assets-page-chromium-darwin.png b/extension/e2e-tests/integration-tests/addAssetIntegration.test.ts-snapshots/manage-assets-page-chromium-darwin.png index 590d433c8f..a0392fbc07 100644 Binary files a/extension/e2e-tests/integration-tests/addAssetIntegration.test.ts-snapshots/manage-assets-page-chromium-darwin.png and b/extension/e2e-tests/integration-tests/addAssetIntegration.test.ts-snapshots/manage-assets-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-chromium-darwin.png index 1890e0ecd2..db9fafe551 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-darwin.png deleted file mode 100644 index 8a41bc00f3..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/add-token-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-chromium-darwin.png index 0e423bdfbb..50f8a256a8 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-darwin.png deleted file mode 100644 index 91af42af5d..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-add-token-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-chromium-darwin.png deleted file mode 100644 index 97514e7804..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-message-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-message-chromium-darwin.png deleted file mode 100644 index 45ad7f601e..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-message-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-chromium-darwin.png index 405ebae978..c38016ebbb 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-darwin.png deleted file mode 100644 index 427df16304..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/domain-not-allowed-sign-transaction-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-chromium-darwin.png index 421354a236..aa61b858e5 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-darwin.png deleted file mode 100644 index 4a989f8c54..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-auth-entry-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-chromium-darwin.png index 4a0bfffba3..2a55161724 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-darwin.png deleted file mode 100644 index aca7aba939..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-chromium-darwin.png index cc59e2a417..7257d61249 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-darwin.png deleted file mode 100644 index 6eb629e795..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-json-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-chromium-darwin.png index 3600a2f63d..303d712b6e 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-darwin.png deleted file mode 100644 index 345e14cb9d..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-message-long-string-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-chromium-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-chromium-darwin.png index c38f54f9c6..71decfb7b5 100644 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-chromium-darwin.png and b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-chromium-darwin.png differ diff --git a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-darwin.png b/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-darwin.png deleted file mode 100644 index 8134356cac..0000000000 Binary files a/extension/e2e-tests/integration-tests/freighterApiIntegration.test.ts-snapshots/sign-transaction-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-chromium-darwin.png b/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-chromium-darwin.png index 03efced111..d69e348351 100644 Binary files a/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-chromium-darwin.png and b/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-darwin.png b/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-darwin.png deleted file mode 100644 index 0a23a36d27..0000000000 Binary files a/extension/e2e-tests/loadAccount.test.ts-snapshots/network-form-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-chromium-darwin.png index c74c4b18e7..b3e8224ef2 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-darwin.png deleted file mode 100644 index d8213f7048..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/account-creator-overwrite-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-chromium-darwin.png index 7720c9475f..492c220825 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-darwin.png deleted file mode 100644 index 69fb423330..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/confirm-recovery-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-chromium-darwin.png index a3bf1d0554..1da3275904 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-darwin.png deleted file mode 100644 index e328401940..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/incorrect-recovery-phrase-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-chromium-darwin.png index 9d263f79f8..e2f9db96ea 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-darwin.png deleted file mode 100644 index 02665c77b8..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-bad-password-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-chromium-darwin.png index ba19ba020b..692fe7b0a7 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-darwin.png deleted file mode 100644 index 6bab7a5541..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-modal-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-chromium-darwin.png index 79cb219ae2..59d63376ce 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-darwin.png deleted file mode 100644 index b16bbf2085..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/recovery-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-chromium-darwin.png index 98f630729e..6c39fcddd4 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-darwin.png deleted file mode 100644 index 1b8aef10b7..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/unlock-password-overwrite-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-chromium-darwin.png index 5e2bebed14..f7b6aae446 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-darwin.png deleted file mode 100644 index 500855a9c5..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-create-complete-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-chromium-darwin.png index 8f71407b36..663a81b308 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-darwin.png deleted file mode 100644 index 906a2b84f5..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-12-word-phrase-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-chromium-darwin.png index 46d40a041e..f4a8dbf069 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-darwin.png deleted file mode 100644 index edb2f35559..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-24-word-phrase-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-chromium-darwin.png index 8efeedccfe..f7b6aae446 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-darwin.png deleted file mode 100644 index 500855a9c5..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/wallet-import-complete-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-chromium-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-chromium-darwin.png index f233913b06..0bb6562cde 100644 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-chromium-darwin.png and b/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-chromium-darwin.png differ diff --git a/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-darwin.png b/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-darwin.png deleted file mode 100644 index 0e0c9bd7f3..0000000000 Binary files a/extension/e2e-tests/onboarding.test.ts-snapshots/welcome-page-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-amount-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-amount-chromium-darwin.png deleted file mode 100644 index f031470995..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-amount-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-confirm-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-confirm-chromium-darwin.png deleted file mode 100644 index ef75b409c4..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-confirm-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-details-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-details-chromium-darwin.png deleted file mode 100644 index f5ee77eab0..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-details-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-sent-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-sent-chromium-darwin.png deleted file mode 100644 index d4a2517784..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-sent-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-settings-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-settings-chromium-darwin.png deleted file mode 100644 index e2326ed5b4..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-settings-chromium-darwin.png and /dev/null differ diff --git a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-to-chromium-darwin.png b/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-to-chromium-darwin.png deleted file mode 100644 index bc4705aae0..0000000000 Binary files a/extension/e2e-tests/sendPayment.test.ts-snapshots/send-payment-to-chromium-darwin.png and /dev/null differ