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

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(() => {