mempool/frontend/cypress/integration/testnet/testnet.spec.ts

10 lines
170 B
TypeScript
Raw Normal View History

describe('Testnet', () => {
it('loads the dashboard', () => {
2021-06-07 21:48:27 +02:00
cy.visit('/testnet');
});
it.skip('loads all the pages properly', () => {
2021-06-07 21:48:27 +02:00
});
});