Adjust bisq cypress tests

This commit is contained in:
hunicus 2021-12-17 16:22:16 -05:00
parent 2819e24efe
commit c5b705ede7
No known key found for this signature in database
GPG key ID: 24837C51B6D81FD9

View file

@ -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);
});
});