Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jan 16, 2025
1 parent 42fcfa0 commit 5fb877c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/tokens/import-tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
},
);
Expand Down

0 comments on commit 5fb877c

Please sign in to comment.