From 5fb877c31608c879339d33ef85fb000e4377fc6a Mon Sep 17 00:00:00 2001 From: sahar-fehri Date: Thu, 16 Jan 2025 19:09:49 +0100 Subject: [PATCH] fix: lint --- test/e2e/tests/tokens/import-tokens.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/tests/tokens/import-tokens.spec.ts b/test/e2e/tests/tokens/import-tokens.spec.ts index 5bb1b24e1b1b..245381c8d285 100644 --- a/test/e2e/tests/tokens/import-tokens.spec.ts +++ b/test/e2e/tests/tokens/import-tokens.spec.ts @@ -82,8 +82,8 @@ describe('Import flow', function () { await tokenList.check_tokenItemNumber(5); // Linea & Mainnet Eth await tokenList.check_tokenIsDisplayed('Ethereum'); await tokenList.check_tokenIsDisplayed('Chain Games'); - //TODO: add back this check once we figure out why tokens name displayed when running the test locally is changex but on CI it is ChangeX - //await tokenList.check_tokenIsDisplayed('Changex'); + // TODO: add back this check once we figure out why tokens name displayed when running the test locally is changex but on CI it is ChangeX + // await tokenList.check_tokenIsDisplayed('Changex'); await tokenList.check_tokenIsDisplayed('Chai'); }, );