mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Adjust bisq cypress tests
This commit is contained in:
parent
2819e24efe
commit
c5b705ede7
1 changed files with 2 additions and 3 deletions
|
@ -59,9 +59,8 @@ describe('Bisq', () => {
|
|||
cy.visit(`${basePath}`);
|
||||
cy.waitForSkeletonGone();
|
||||
cy.get('li:nth-of-type(5) > a').click().then(() => {
|
||||
cy.get('.card').should('have.length.at.least', 1);
|
||||
cy.get('.card').first().click();
|
||||
cy.get('.card-body');
|
||||
cy.get('.section-header').should('have.length.at.least', 1);
|
||||
cy.get('.endpoint-container').should('have.length.at.least', 1);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue