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