Devel new #15
checks.yml
on: pull_request
Code quality
2m 58s
Toolkit build check
1m 10s
Unit tests
1m 10s
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: default
Process completed with exit code 1.
|
|
Playwright tests / Project: mobile
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:8b20e0d767d2f6f5ebf862b73578aa6f86a68d585cf9a33e79a313a6378696b5
|
|
|
playwright-report-dark-color-mode
Expired
|
231 KB |
sha256:889ba68c360d3eb04b8f23eee06446b2f52cbae579577dd035f2f52b30f4b447
|
|
|
playwright-report-default
Expired
|
299 KB |
sha256:693d992b2949406b35aca5c4d6c4dffe1fdf380672b348cf2cb5a13dac279097
|
|
|
playwright-report-mobile
Expired
|
228 KB |
sha256:3369daf4a9f295c92d64adc4c5d1343af817900c5588ae00ec7765e4fc2080c9
|
|