Skip his* parameters from topoaa.mol1 on easy level #534
Triggered via pull request
September 16, 2024 12:12
Status
Failure
Total duration
3m 13s
Artifacts
–
Annotations
10 errors, 3 warnings, and 1 notice
[chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
1) [chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:40:5
|
[chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
1) [chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header
Retry #1 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:40:5
|
[chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
1) [chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header
Retry #2 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:40:5
|
[chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L61
2) [chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
59 | const tomlstring = archive.readAsText('workflow.cfg')
60 |
> 61 | expect(tomlstring).toContain('[topoaa.mol1]')
| ^
62 | })
63 |
64 | test.describe('given workflow is cleared and archive is uploaded', () => {
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:61:26
|
[chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L61
2) [chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header
Retry #1 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
59 | const tomlstring = archive.readAsText('workflow.cfg')
60 |
> 61 | expect(tomlstring).toContain('[topoaa.mol1]')
| ^
62 | })
63 |
64 | test.describe('given workflow is cleared and archive is uploaded', () => {
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:61:26
|
[chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L61
2) [chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header
Retry #2 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
59 | const tomlstring = archive.readAsText('workflow.cfg')
60 |
> 61 | expect(tomlstring).toContain('[topoaa.mol1]')
| ^
62 | })
63 |
64 | test.describe('given workflow is cleared and archive is uploaded', () => {
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:61:26
|
[chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
3) [chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:83:9
|
[chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
3) [chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header
Retry #1 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:83:9
|
[chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header:
apps/haddock3-download/integration-tests/topoaamol.spec.ts#L93
3) [chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header
Retry #2 ---------------------------------------------------------------------------------------
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[topoaa.mol1]"
Received string: "
molecules = [
'e2a-hpr_1GGR.pdb',
]·
run_dir = 'x'·
[topoaa]
"
91 | const lines = await highlightedCode.allTextContents()
92 | const content = lines.join('\n')
> 93 | expect(content).toContain(thing)
| ^
94 | }
95 |
at expectHighlightedCodeToContain (/home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:93:19)
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/topoaamol.spec.ts:83:9
|
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/
|
Slow Test:
apps/haddock3-download/[chromium] › topoaamol.spec.ts#L1
apps/haddock3-download/[chromium] › topoaamol.spec.ts took 27s
|
🎭 Playwright Run Summary
3 failed
[chromium] › topoaamol.spec.ts:37:3 › given 1 molecule and a topoaa node › should have "[topoaa.mol1]" header
[chromium] › topoaamol.spec.ts:57:5 › given 1 molecule and a topoaa node › given downloaded archive › archive should contain workflow.cfg with "[topoaa.mol1]" header
[chromium] › topoaamol.spec.ts:78:7 › given 1 molecule and a topoaa node › given downloaded archive › given workflow is cleared and archive is uploaded › should have "[topoaa.mol1]" header
2 skipped
5 passed (42s)
|