Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Aug 21, 2024
1 parent 1b316ce commit 4d47ca3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,21 +297,21 @@ jobs:
${{ fromJson(needs.load-e2e-cctp-files.outputs.matrix) }}

steps:
# - name: Free Disk Space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# # this might remove tools that are actually needed,
# # if set to "true" but frees about 6 GB
# tool-cache: false
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# # all of these default to true, but feel free to set to
# # "false" if necessary for your workflow
# android: true
# dotnet: true
# haskell: true
# large-packages: true
# docker-images: false
# swap-storage: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- name: Checkout
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('Deposit USDC through CCTP', () => {
tokenAddress: CommonAddress.Sepolia.USDC
})

cy.findByPlaceholderText(/enter amount/i).type(String(USDCAmountToSend))
cy.typeAmount(USDCAmountToSend)
cy.findGasFeeSummary(zeroToLessThanOneETH)
cy.findGasFeeForChain('Sepolia', zeroToLessThanOneETH)
cy.findGasFeeForChain(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Withdraw USDC through CCTP', () => {
tokenAddress: CommonAddress.ArbitrumSepolia.USDC
})

cy.findByPlaceholderText(/enter amount/i).type(String(USDCAmountToSend))
cy.typeAmount(USDCAmountToSend)
})

it('should initiate withdrawing USDC to the same address through CCTP successfully', () => {
Expand Down

0 comments on commit 4d47ca3

Please sign in to comment.