mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Fix search 1wizS test
This commit is contained in:
parent
5977251a20
commit
96121a86f8
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue