Devel new #11
checks.yml
on: pull_request
Code quality
3m 12s
Toolkit build check
1m 30s
Unit tests
1m 19s
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: mobile
Process completed with exit code 1.
|
|
Playwright tests / Project: dark-color-mode
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:d0be10970bc0fc1fc5948d89368078d2909b3ad712e33df91e22cda7db4cf3ec
|
|
|
playwright-report-dark-color-mode
Expired
|
231 KB |
sha256:07d827cb0256714448ffe2ba580ff5a29537c18f9ff62551485454afcb11ed56
|
|
|
playwright-report-default
Expired
|
299 KB |
sha256:3541344d08a26721461e757cd39f1efd1386ce792b5c0ac41587328703ea1de5
|
|
|
playwright-report-mobile
Expired
|
228 KB |
sha256:d6ed177ed694fb61be06cf4a2c5f377fd7be05fcc00032473c30131d95728e12
|
|