Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/api-mocking/mock-e2e-allowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const ALLOWLISTED_HOSTS = [
'localhost',
'10.0.2.2', // Android emulator host
'metamask.github.io', // Test-snaps and test-dapp pages loaded in browser
'bs-local.com', // BrowserStack Local tunnel — always maps to the test host machine, never an external server
];

export const ALLOWLISTED_URLS: string[] = [];
2 changes: 1 addition & 1 deletion tests/smoke/stake/stake-action-smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe(SmokeStake('Stake from Actions'), (): void => {
await device.disableSynchronization();
try {
await Assertions.expectElementToBeVisible(WalletView.earnButton, {
timeout: 45000,
timeout: 60000,
description:
'Earn button should be visible after balance loads from mocked API',
});
Expand Down
Loading