Devel new #13
checks.yml
on: pull_request
Code quality
3m 6s
Toolkit build check
1m 13s
Unit tests
1m 15s
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:a3fb2b6405830f40443e59e16fee4c42043ea96f1f101bf413fbf3f87e43d816
|
|
|
playwright-report-dark-color-mode
Expired
|
231 KB |
sha256:7b1067ba25562519ad54105e46d09a66b678decb82a64ac4f17c1106acb62d48
|
|
|
playwright-report-default
Expired
|
299 KB |
sha256:69f1374aaeed7f0df1b571b528c18da2743c732573aa36c7b8e2a943567c4a0c
|
|
|
playwright-report-mobile
Expired
|
228 KB |
sha256:7507dfa6ac24ce5871522116c4e457f5d6e8de0e92b04bc1fa51e9fcde313f0f
|
|