From 1edee81cf3517f8913ca0d54dccd9a318a1bd322 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 21 May 2026 13:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20paymentShell=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=96=AD=E8=A8=80=EF=BC=8C=E5=8C=B9=E9=85=8D=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20Matic=20=E5=90=8E=E7=9A=84=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested: npm run test:business (20/20) --- frontend/components/account/__tests__/paymentShell.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/account/__tests__/paymentShell.test.ts b/frontend/components/account/__tests__/paymentShell.test.ts index 3d53a609..44984e1e 100644 --- a/frontend/components/account/__tests__/paymentShell.test.ts +++ b/frontend/components/account/__tests__/paymentShell.test.ts @@ -74,9 +74,9 @@ export function runTests() { "Binance extension binding must show a WalletConnect fallback hint for payment stability", ); assert( - accountCenterSource.includes("钱包里需要少量 Polygon POL/MATIC 作为 gas 手续费") && + accountCenterSource.includes("钱包里需要少量 POL 作为 gas 手续费") && accountCenterSource.includes("只有 USDC 可能无法完成授权或支付"), - "payment wallet tab must warn users that Polygon POL/MATIC gas is required in addition to USDC", + "payment wallet tab must warn users that Polygon POL gas is required in addition to USDC", ); assert( !appAnalyticsSource.includes('NEXT_PUBLIC_POLYWEATHER_APP_ANALYTICS === "true"') &&