Skip to content

Commit

Permalink
Merge branch 'master' into gregs/bx-1644-hide-send-button-in-token-ex…
Browse files Browse the repository at this point in the history
…panded-sheet-when-the-erc20
  • Loading branch information
greg-schrammel authored Sep 23, 2024
2 parents 85b2523 + 6b2ac44 commit f3cf1e3
Show file tree
Hide file tree
Showing 105 changed files with 1,190 additions and 1,351 deletions.
2 changes: 1 addition & 1 deletion .github/actions/chromeTestsSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
gh-access-token: ${{ inputs.gh-access-token }}
- name: Install chrome
shell: 'bash'
run: npx @puppeteer/browsers install chrome@121
run: npx @puppeteer/browsers install chrome@128
6 changes: 3 additions & 3 deletions e2e/serial/swap/1_swapFlow1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,16 +640,16 @@ it('should be able to filter assets to buy by network', async () => {
await typeOnTextInput({
id: 'token-to-buy-search-token-input',
driver,
text: 'matic',
text: 'pol',
});
await delayTime('long');
await findElementByTestIdAndClick({
id: `${SWAP_VARIABLES.MATIC_POLYGON_ID}-favorites-token-to-buy-row`,
id: `${SWAP_VARIABLES.POL_POLYGON_ID}-favorites-token-to-buy-row`,
driver,
});
// ARBITRUM
await findElementByTestIdAndClick({
id: `${SWAP_VARIABLES.MATIC_POLYGON_ID}-token-to-buy-token-input-remove`,
id: `${SWAP_VARIABLES.POL_POLYGON_ID}-token-to-buy-token-input-remove`,
driver,
});
await findElementByTestIdAndClick({
Expand Down
Loading

0 comments on commit f3cf1e3

Please sign in to comment.