Fix lint errors. (#556)

This commit is contained in:
Miguel Medeiros
2021-06-07 16:48:27 -03:00
committed by GitHub
parent 5b4b5c9bb0
commit bf5dd8c842
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', () => {
})
})
});
});