Clicking in workflow config toml text will show form for that node #549
Annotations
4 errors, 2 warnings, and 1 notice
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 11
-
- molecules = [
+ 1
+ 2molecules = [
- 'some.pdb',
+ 3 'some.pdb',
- ]
+ 4]
-
- run_dir = 'run1'
+ 5
+ 6run_dir = 'run1'
-
- [caprieval]
+ 7
+ 8[caprieval]
-
- ['caprieval.2']
+ 9
+ 10['caprieval.2']
+ 11
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Retry #1 ---------------------------------------------------------------------------------------
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 11
-
- molecules = [
+ 1
+ 2molecules = [
- 'some.pdb',
+ 3 'some.pdb',
- ]
+ 4]
-
- run_dir = 'run1'
+ 5
+ 6run_dir = 'run1'
-
- [caprieval]
+ 7
+ 8[caprieval]
-
- ['caprieval.2']
+ 9
+ 10['caprieval.2']
+ 11
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Retry #2 ---------------------------------------------------------------------------------------
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 5
-
- molecules = [
+ 1
+ 2molecules = [
- 'some.pdb',
- ]
-
- run_dir = 'run1'
-
- [caprieval]
-
- ['caprieval.2']
+ 3]
+ 4
+ 5
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
1 failed
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
2 skipped
7 passed (23s)
|