Fix lint errors. (#556)

This commit is contained in:
Miguel Medeiros
2021-06-07 16:48:27 -03:00
committed by GitHub
parent 1bd0c40c15
commit 0121052f0b
5 changed files with 155 additions and 159 deletions

View File

@@ -1,10 +1,9 @@
describe('Testnet', () => {
it('loads the dashboard', () => {
cy.visit('/testnet')
})
cy.visit('/testnet');
});
it.skip('loads all the pages properly', () => {
})
})
});
});