From 6d3ec2a66557a2deb5f283d15ddb9571ada8f438 Mon Sep 17 00:00:00 2001 From: sahar-fehri Date: Thu, 16 Jan 2025 17:39:07 +0100 Subject: [PATCH] fix: add comment --- test/e2e/tests/tokens/import-tokens.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/tests/tokens/import-tokens.spec.ts b/test/e2e/tests/tokens/import-tokens.spec.ts index 93f1b381b8e1..5bb1b24e1b1b 100644 --- a/test/e2e/tests/tokens/import-tokens.spec.ts +++ b/test/e2e/tests/tokens/import-tokens.spec.ts @@ -82,6 +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'); await tokenList.check_tokenIsDisplayed('Chai'); }, );