Fix search 1wizS test

This commit is contained in:
nymkappa 2023-03-29 17:35:49 +09:00
parent 5977251a20
commit 96121a86f8
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

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