mirror of
https://github.com/mempool/mempool.git
synced 2025-01-01 03:04:27 +01:00
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', () => {
|
|
|
|
});
|
|
});
|