mempool/frontend/cypress/integration/testnet/testnet.spec.ts
2021-06-07 15:48:27 -04:00

10 lines
170 B
TypeScript

describe('Testnet', () => {
it('loads the dashboard', () => {
cy.visit('/testnet');
});
it.skip('loads all the pages properly', () => {
});
});