Skip to content

Commit 0335f7b

Browse files
chore(e2e): adjust e2e test for deprecated coins
1 parent 0c76df5 commit 0335f7b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

packages/suite-web/e2e/tests/wallet/discovery.test.ts

+1-15
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@ import { onNavBar } from '../../support/pageObjects/topBarObject';
66
// discovery should end within this time frame
77
const DISCOVERY_LIMIT = 1000 * 60 * 2;
88

9-
const coinsToActivate = [
10-
'ltc',
11-
'eth',
12-
'etc',
13-
'dash',
14-
'btg',
15-
'bch',
16-
'doge',
17-
'vtc',
18-
'ada',
19-
'xrp',
20-
'dgb',
21-
'zec',
22-
'nmc',
23-
];
9+
const coinsToActivate = ['ltc', 'eth', 'etc', 'bch', 'doge', 'ada', 'xrp', 'zec'];
2410
describe('Discovery', () => {
2511
beforeEach(() => {
2612
cy.task('startEmu', { wipe: true });

0 commit comments

Comments
 (0)