Fix tests trying to click on the TV button on the navbar

This commit is contained in:
Felipe Knorr Kuhn
2022-07-21 21:41:33 -07:00
parent 29f36d7f9e
commit 41bd89521d
3 changed files with 7 additions and 10 deletions

View File

@@ -409,7 +409,7 @@ describe('Mainnet', () => {
it('loads the tv screen - desktop', () => {
cy.viewport('macbook-16');
cy.visit('/');
cy.visit('/graphs/mempool');
cy.waitForSkeletonGone();
cy.get('#btn-tv').click().then(() => {
cy.viewport('macbook-16');