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

11 lines
169 B
TypeScript

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