Skip to content

Commit 72178f4

Browse files
committed
address comment
1 parent 9a346fe commit 72178f4

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/e2e_api_testing_guide.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ with wallet cap validation.
127127
2. Wait 65s → `3rd attempt WALLET CAPPED` (429, >1h retry time)
128128
3. Test equivalent address (`t410`) → 429 (same wallet)
129129

130-
**CalibnetUSDFC ID wallet (fresh wallet, 0 transactions):**
131-
132-
1. Wait 65s → `1st SUCCESS` (200)
133-
2. Wait 65s → `2nd SUCCESS` (200, reaches cap)
134-
3. Wait 65s → `3rd attempt WALLET CAPPED` (429, >1h retry time)
135-
4. Test equivalent address (`t0`) → 429 (same wallet)
136-
137130
### 5. Common Helper Functions
138131

139132
**`makeClaimRequest(faucetInfo, address)`**: A centralized API call that handles

e2e/test_claim_token_api_config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,11 @@ export const TEST_SCENARIOS = {
297297
walletCapErrorResponse: true,
298298
},
299299

300+
// TODO(forest-explorer): https://github.com/ChainSafe/forest-explorer/issues/335
301+
// Token sent to the t0 and it's eth mapping address 0x
302+
// are not accessible. Hence commenting out the following
303+
// test cases.
300304
// === CalibnetUSDFC ID Wallet (fresh wallet, 0 transactions) ===
301-
// Commented out because we are not sure how to get the token back from the ID address
302305
// {
303306
// name: 'CalibnetUSDFC (ID) - 1st SUCCESS (fresh wallet)',
304307
// faucet_info: FaucetTypes.CalibnetUSDFC,

0 commit comments

Comments
 (0)