Merge pull request #3610 from mempool/nymkappa/fix-search-wiz-test

Fix search 1wizS test
This commit is contained in:
softsimon 2023-03-31 22:32:40 +09:00 committed by GitHub
commit b5ad0895ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ describe('Mainnet', () => {
cy.get('.search-box-container > .form-control').type('S').then(() => {
cy.wait('@search-1wizS');
cy.get('app-search-results button.dropdown-item').should('have.length', 5);
cy.get('app-search-results button.dropdown-item').should('have.length', 6);
});
cy.get('.search-box-container > .form-control').type('A').then(() => {