mirror of
https://github.com/mempool/mempool.git
synced 2024-12-31 18:54:26 +01:00
11 lines
175 B
TypeScript
11 lines
175 B
TypeScript
|
describe('Signet', () => {
|
||
|
it('loads the dashboard', () => {
|
||
|
cy.visit('/signet')
|
||
|
})
|
||
|
|
||
|
it.skip('loads all the pages properly', () => {
|
||
|
|
||
|
})
|
||
|
|
||
|
})
|
||
|
|