From 4ab0ed2cea5a161eb75647db896785b5b135c6b0 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 31 Jan 2026 02:43:31 +0000 Subject: [PATCH] test: unskip faucet e2e test Amp-Thread-ID: https://ampcode.com/threads/T-019c11e3-c8b4-7763-b6d4-3c93488483c9 Co-authored-by: Amp --- e2e/faucet.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e2e/faucet.spec.ts b/e2e/faucet.spec.ts index 2c2eb023..dceb26c4 100644 --- a/e2e/faucet.spec.ts +++ b/e2e/faucet.spec.ts @@ -1,8 +1,6 @@ import { expect, test } from '@playwright/test' -// Skip: This test depends on external faucet service and is flaky in CI -// TODO: Mock the faucet response or increase timeout -test.skip('fund an address via faucet', async ({ page }) => { +test('fund an address via faucet', async ({ page }) => { await page.goto('/quickstart/faucet') // Switch to "Fund an address" tab