Adjust bisq cypress tests
This commit is contained in:
parent
2819e24efe
commit
c5b705ede7
@ -59,9 +59,8 @@ describe('Bisq', () => {
|
|||||||
cy.visit(`${basePath}`);
|
cy.visit(`${basePath}`);
|
||||||
cy.waitForSkeletonGone();
|
cy.waitForSkeletonGone();
|
||||||
cy.get('li:nth-of-type(5) > a').click().then(() => {
|
cy.get('li:nth-of-type(5) > a').click().then(() => {
|
||||||
cy.get('.card').should('have.length.at.least', 1);
|
cy.get('.section-header').should('have.length.at.least', 1);
|
||||||
cy.get('.card').first().click();
|
cy.get('.endpoint-container').should('have.length.at.least', 1);
|
||||||
cy.get('.card-body');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user