diff --git a/tests/e2e/specs/SearchBar.cy.ts b/tests/e2e/specs/SearchBar.cy.ts index fa96f9b00..616c9a4b5 100644 --- a/tests/e2e/specs/SearchBar.cy.ts +++ b/tests/e2e/specs/SearchBar.cy.ts @@ -252,7 +252,7 @@ describe('Search Bar', () => { clickTestBody(searchAccount, '/mainnet/account/' + searchAccount, 'Account ID:', true) }) - it('should find account with kns name', () => { + it.skip('should find account with kns name', () => { const searchName = "kabuto.hh" const searchAccount = "0.0.1001" testBody(searchAccount, '/mainnet/account/' + searchAccount, 'Account ID:', true, searchName) @@ -310,4 +310,4 @@ const clickTestBody = (searchID: string, .should('have.length.gt', 1) cy.contains('No Data').should("not.exist") } -} \ No newline at end of file +}