Devel new #12
checks.yml
on: pull_request
Code quality
2m 59s
Toolkit build check
1m 10s
Unit tests
1m 11s
Matrix: pw_tests
Annotations
18 errors and 7 warnings
|
Toolkit build check
Process completed with exit code 2.
|
|
Toolkit build check
Could not find a declaration file for module '@fluent.xyz/sdk-core/dist/config/testnet-config'. '/home/runner/work/blockscout-frontend/blockscout-frontend/node_modules/@fluent.xyz/sdk-core/dist/config/testnet-config.js' implicitly has an 'any' type.
|
|
Toolkit build check
Could not find a declaration file for module '@fluent.xyz/sdk-core/dist/config/devnet-config'. '/home/runner/work/blockscout-frontend/blockscout-frontend/node_modules/@fluent.xyz/sdk-core/dist/config/devnet-config.js' implicitly has an 'any' type.
|
|
Toolkit build check
Could not find a declaration file for module '@fluent.xyz/sdk-core/dist/config/testnet-config'. '/home/runner/work/blockscout-frontend/blockscout-frontend/node_modules/@fluent.xyz/sdk-core/dist/config/testnet-config.js' implicitly has an 'any' type.
|
|
Toolkit build check
Could not find a declaration file for module '@fluent.xyz/sdk-core/dist/config/devnet-config'. '/home/runner/work/blockscout-frontend/blockscout-frontend/node_modules/@fluent.xyz/sdk-core/dist/config/devnet-config.js' implicitly has an 'any' type.
|
|
lib/metadata/generate.spec.ts > generates correct metadata for: > dynamic route with API data:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > dynamic route with API data 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"canonical": undefined,
- "description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer",
+ "description": "0x12345, balances and analytics on the Fluent (Fluent) Explorer",
"jsonLd": {
"@context": "https://schema.org",
"@type": "Product",
"brand": {
"@type": "Brand",
@@ -22,9 +22,9 @@
"url": "http://localhost:3000/token/0x12345",
},
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Blockscout USDT token details | Blockscout",
+ "title": "Fluent USDT token details | Blockscout",
},
- "title": "Blockscout USDT token details | Blockscout",
+ "title": "Fluent USDT token details | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
lib/metadata/generate.spec.ts > generates correct metadata for: > dynamic route:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > dynamic route 1` mismatched
- Expected
+ Received
{
"canonical": undefined,
- "description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer",
+ "description": "View transaction 0x12345 on Fluent (Fluent) Explorer",
"jsonLd": undefined,
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Blockscout transaction 0x12345 | Blockscout",
+ "title": "Fluent transaction 0x12345 | Blockscout",
},
- "title": "Blockscout transaction 0x12345 | Blockscout",
+ "title": "Fluent transaction 0x12345 | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
lib/metadata/generate.spec.ts > generates correct metadata for: > static route:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > static route 1` mismatched
- Expected
+ Received
{
"canonical": "http://localhost:3000/txs",
- "description": "Open-source block explorer by Blockscout. Search transactions, verify smart contracts, analyze addresses, and track network activity. Complete blockchain data and APIs for the Blockscout (Blockscout) Explorer network.",
+ "description": "Open-source block explorer by Blockscout. Search transactions, verify smart contracts, analyze addresses, and track network activity. Complete blockchain data and APIs for the Fluent (Fluent) Explorer network.",
"jsonLd": undefined,
"opengraph": {
"description": "",
"imageUrl": "http://localhost:3000/static/og_image.png",
- "title": "Blockscout transactions - Blockscout explorer | Blockscout",
+ "title": "Fluent transactions - Fluent explorer | Blockscout",
},
- "title": "Blockscout transactions - Blockscout explorer | Blockscout",
+ "title": "Fluent transactions - Fluent explorer | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
lib/api/buildUrl.spec.ts > builds URL with array-like query parameters:
lib/api/buildUrl.spec.ts#L39
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=0x11%2C0x22&sort=asc"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=0x11%2C0x22&sort=asc"
❯ lib/api/buildUrl.spec.ts:39:15
|
|
lib/api/buildUrl.spec.ts > falsy query parameters > strips out "undefined" as query parameter:
lib/api/buildUrl.spec.ts#L33
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:33:17
|
|
lib/api/buildUrl.spec.ts > falsy query parameters > strips out empty string as query parameter:
lib/api/buildUrl.spec.ts#L28
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:28:17
|
|
lib/api/buildUrl.spec.ts > falsy query parameters > leaves "null" as query parameter:
lib/api/buildUrl.spec.ts#L23
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:23:17
|
|
lib/api/buildUrl.spec.ts > falsy query parameters > leaves "false" as query parameter:
lib/api/buildUrl.spec.ts#L18
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=false"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=false"
❯ lib/api/buildUrl.spec.ts:18:17
|
|
lib/api/buildUrl.spec.ts > builds URL for resource with path params:
lib/api/buildUrl.spec.ts#L12
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42"
❯ lib/api/buildUrl.spec.ts:12:15
|
|
lib/api/buildUrl.spec.ts > builds URL for resource without path params:
lib/api/buildUrl.spec.ts#L7
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/config/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/config/backend-version"
Received: "https://testnet.fluentscan.xyz/api/v2/config/backend-version"
❯ lib/api/buildUrl.spec.ts:7:15
|
|
Playwright tests / Project: dark-color-mode
Process completed with exit code 1.
|
|
Playwright tests / Project: mobile
Process completed with exit code 1.
|
|
Playwright tests / Project: default
Process completed with exit code 1.
|
|
Code quality:
ui/shared/layout/LayoutHome.pw.tsx#L10
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/shared/layout/LayoutError.pw.tsx#L11
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/shared/layout/Layout.pw.tsx#L25
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/shared/layout/Layout.pw.tsx#L11
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/pages/Tokens.pw.tsx#L30
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/pages/TokenTransfers.pw.tsx#L10
Unexpected use of the `.skip()` annotation
|
|
Code quality:
ui/pages/Home.pw.tsx#L36
Unexpected use of the `.skip()` annotation
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-affected-tests
Expired
|
1.99 KB |
sha256:9ea4f5166453f2cecc0fed3b87205c9f934059619b56bd0fa5250fcc609edba0
|
|
|
playwright-report-dark-color-mode
Expired
|
231 KB |
sha256:3300b95b3abf131d53fa0be82df587fa3c21a075b8c1ce27ccf27bc894dbd96f
|
|
|
playwright-report-default
Expired
|
299 KB |
sha256:800d277e8b8c28eb0fe3826621342c3b665399a54bfcee3e77fcfe96d9d7f2a8
|
|
|
playwright-report-mobile
Expired
|
228 KB |
sha256:464bb5ce5e12baef33dc276eaa0c52c916d412f4fb452d1adc68487950eb5a7a
|
|