mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Updating tests
This commit is contained in:
parent
1872e5d12f
commit
c8d3653ef3
1 changed files with 2 additions and 2 deletions
|
@ -537,7 +537,7 @@ describe('Mainnet', () => {
|
|||
cy.get('.container-xl > :nth-child(3)').invoke('css', 'width').should('equal', alertWidth);
|
||||
});
|
||||
|
||||
cy.get('.btn-danger').then(getRectangle).then((rectA) => {
|
||||
cy.get('.btn-warning').then(getRectangle).then((rectA) => {
|
||||
cy.get('.alert').then(getRectangle).then((rectB) => {
|
||||
expect(areOverlapping(rectA, rectB), 'Confirmations box and RBF alert are overlapping').to.be.false;
|
||||
});
|
||||
|
@ -582,7 +582,7 @@ describe('Mainnet', () => {
|
|||
cy.get(alertLocator).invoke('css', 'width').should('equal', firstWidth);
|
||||
});
|
||||
|
||||
cy.get('.btn-danger').then(getRectangle).then((rectA) => {
|
||||
cy.get('.btn-warning').then(getRectangle).then((rectA) => {
|
||||
cy.get('.alert').then(getRectangle).then((rectB) => {
|
||||
expect(areOverlapping(rectA, rectB), 'Confirmations box and RBF alert are overlapping').to.be.false;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue