10 lines
170 B
TypeScript
Raw Normal View History

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