Correcting more tests.

This commit is contained in:
softsimon
2022-02-06 18:48:25 +04:00
parent ee3e77bb6c
commit 548e9a8e64
3 changed files with 21 additions and 24 deletions

View File

@@ -115,10 +115,9 @@ describe('Liquid', () => {
describe('assets', () => {
it('shows the assets screen', () => {
cy.visit(`${basePath}`);
cy.get('#btn-assets');
cy.visit(`${basePath}/assets`);
cy.waitForSkeletonGone();
cy.get('table tr').should('have.length.at.least', 5);
cy.get('.featuredBox .card').should('have.length.at.least', 5);
});
it('allows searching assets', () => {

View File

@@ -76,7 +76,7 @@ describe('Liquid Testnet', () => {
it('shows the assets screen', () => {
cy.visit(`${basePath}/assets`);
cy.waitForSkeletonGone();
cy.get('table tr').should('have.length.at.least', 5);
cy.get('.featuredBox .card').should('have.length.at.least', 5);
});
it('allows searching assets', () => {