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