mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Correcting keypress arrow left test.
This commit is contained in:
parent
efc4e6a8ed
commit
bd1a37b8ef
@ -82,7 +82,7 @@ describe('Mainnet', () => {
|
||||
cy.get('[ngbtooltip="Next Block"] > .ng-fa-icon > .svg-inline--fa').should('not.exist');
|
||||
cy.get('[ngbtooltip="Previous Block"] > .ng-fa-icon > .svg-inline--fa').should('be.visible');
|
||||
cy.document().left();
|
||||
cy.get('h1').invoke('.title-block h1').should('equal', 'Next block');
|
||||
cy.get('.title-block h1').invoke('text').should('equal', 'Next block');
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user