Skip to content

Commit

Permalink
chore(e2e): adjust e2e test for deprecated coins
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Jan 25, 2025
1 parent 1c061f1 commit 5dee73f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions packages/suite-web/e2e/tests/wallet/discovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,7 @@ import { onNavBar } from '../../support/pageObjects/topBarObject';
// discovery should end within this time frame
const DISCOVERY_LIMIT = 1000 * 60 * 2;

const coinsToActivate = [
'ltc',
'eth',
'etc',
'dash',
'btg',
'bch',
'doge',
'vtc',
'ada',
'xrp',
'dgb',
'zec',
'nmc',
];
const coinsToActivate = ['ltc', 'eth', 'etc', 'bch', 'doge', 'ada', 'xrp', 'zec'];
describe('Discovery', () => {
beforeEach(() => {
cy.task('startEmu', { wipe: true });
Expand Down

0 comments on commit 5dee73f

Please sign in to comment.