mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 09:44:26 +01:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
|
describe('Testnet', () => {
|
||
|
it('loads the dashboard', () => {
|
||
|
cy.visit('/testnet')
|
||
|
})
|
||
|
|
||
|
it.skip('loads all the pages properly', () => {
|
||
|
|
||
|
})
|
||
|
})
|
||
|
|