fix(explorer): harden operations smoke test and surface note placement
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 13s
Validate Explorer / frontend (push) Successful in 1m26s
Validate Explorer / smoke-e2e (push) Failing after 1m29s

Move extended token-list label to the operations intro, wait for network idle
before asserting, and clear conflicting NO_COLOR/FORCE_COLOR in Playwright config.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-22 20:53:27 -07:00
parent 7a7dfca221
commit 6a64d2fec6
3 changed files with 7 additions and 7 deletions

View File

@@ -181,6 +181,7 @@ export default function OperationsHubPage({
<p className="text-base leading-7 text-gray-600 dark:text-gray-400 sm:text-lg sm:leading-8">
{page.description}
</p>
<TokenListSurfaceNote className="mt-3 text-sm text-gray-600 dark:text-gray-400" />
</div>
{page.note ? (
@@ -250,7 +251,6 @@ export default function OperationsHubPage({
<div className="mt-2 text-sm text-gray-600 dark:text-gray-400">
Chains · {(tokenList?.tokens || []).length} tokens across {tokenChainCoverage} networks
</div>
<TokenListSurfaceNote className="mt-2 text-xs text-gray-500 dark:text-gray-400" />
</Card>
<Card className="border border-gray-200 dark:border-gray-700">