From f678ca3b7a89ab45d720689479a46f0ff43cd9aa Mon Sep 17 00:00:00 2001 From: Eric Le Ponner Date: Wed, 11 Dec 2024 12:22:42 +0100 Subject: [PATCH] Temporarily skip KNS test in SearchBar.cy.ts. Signed-off-by: Eric Le Ponner --- tests/e2e/specs/SearchBar.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}