mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
fix failing liquid asset e2e tests
This commit is contained in:
parent
ef36f3dd4d
commit
4e16f30492
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ describe('Liquid', () => {
|
||||||
it('allows searching assets', () => {
|
it('allows searching assets', () => {
|
||||||
cy.visit(`${basePath}/assets`);
|
cy.visit(`${basePath}/assets`);
|
||||||
cy.waitForSkeletonGone();
|
cy.waitForSkeletonGone();
|
||||||
cy.get('.container-xl input').click().type('Liquid Bitcoin').then(() => {
|
cy.get('.container-xl input').click().type('Tether USD').then(() => {
|
||||||
cy.get('ngb-typeahead-window', { timeout: 30000 }).should('have.length', 1);
|
cy.get('ngb-typeahead-window', { timeout: 30000 }).should('have.length', 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ describe('Liquid Testnet', () => {
|
||||||
it('allows searching assets', () => {
|
it('allows searching assets', () => {
|
||||||
cy.visit(`${basePath}/assets`);
|
cy.visit(`${basePath}/assets`);
|
||||||
cy.waitForSkeletonGone();
|
cy.waitForSkeletonGone();
|
||||||
cy.get('.container-xl input').click().type('Liquid Bitcoin').then(() => {
|
cy.get('.container-xl input').click().type('Tether USD').then(() => {
|
||||||
cy.get('ngb-typeahead-window').should('have.length', 1);
|
cy.get('ngb-typeahead-window').should('have.length', 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue