Release #558
Annotations
3 errors
release (18.19.0)
Process completed with exit code 1.
|
tests/unit-test/web-extractor.test.ts > extractor > descriptionOfTree with visibleOnly false:
packages/web-integration/tests/unit-test/web-extractor.test.ts#L286
AssertionError: expected 242 to be greater than 300
❯ tests/unit-test/web-extractor.test.ts:286:46
|
tests/unit-test/web-extractor.test.ts > extractor > basic:
packages/web-integration/tests/unit-test/web-extractor.test.ts#L80
Error: Snapshot `extractor > basic 2` mismatched
- Expected
+ Received
{
"children": [
{
- "children": [
- {
- "children": [],
- "node": null,
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<h1>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [
- {
- "children": [],
- "node": {
- "attributes": {
- "htmlTagName": "<h1>",
- "nodeType": "TEXT Node",
- },
- "content": "Data Record",
- "indexId": 0,
- },
- },
- ],
- "node": null,
+ "content": "Data Record",
+ "indexId": 0,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<h2>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [],
- "node": null,
+ "content": "1970-01-01 19:25:01",
+ "indexId": 1,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<h2>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [
- {
- "children": [],
- "node": {
- "attributes": {
- "htmlTagName": "<h2>",
- "nodeType": "TEXT Node",
- },
- "content": "1970-01-01 19:25:01",
- "indexId": 1,
- },
- },
- ],
- "node": null,
+ "content": "User Name: Stella",
+ "indexId": 2,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<th>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [],
- "node": null,
+ "content": "ID",
+ "indexId": 3,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<th>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [
- {
- "children": [],
- "node": {
- "attributes": {
- "htmlTagName": "<h2>",
- "nodeType": "TEXT Node",
- },
- "content": "User Name: Stella",
- "indexId": 2,
- },
- },
- ],
- "node": null,
+ "content": "Field 2",
+ "indexId": 4,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<th>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [],
- "node": null,
+ "content": "Field 3",
+ "indexId": 5,
+ },
+ },
+ {
+ "children": [],
+ "node": {
+ "attributes": {
+ "htmlTagName": "<th>",
+ "nodeType": "TEXT Node",
},
- {
- "children": [
- {
- "children": [],
- "node": null,
- },
- {
- "children": [
- {
- "children": [],
- "node": null,
- },
- {
- "children": [
- {
- "children": [],
- "node": null,
- },
- {
- "children": [
- {
- "children": [],
- "node": {
- "attributes": {
- "htmlTagName": "<th>",
- "nodeType": "TEXT Node",
- },
- "content"
|