Make provenance subordinate to human reading #85
pull-request.yml
on: pull_request
Verify generated site
1m 18s
Annotations
3 errors and 1 notice
|
Verify generated site
Process completed with exit code 1.
|
|
tests/site.spec.mjs:193:1 › Public Gonol lab preserves vesica pieces:
tests/site.spec.mjs#L215
1) tests/site.spec.mjs:193:1 › Public Gonol lab preserves vesica pieces, triquetra pair receipts, and unresolved seven geometry
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.gonol-operand:not([hidden]) .gonol-output').first().locator(':scope > .copy-button')
Expected: 1
Received: 0
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.gonol-operand:not([hidden]) .gonol-output').first().locator(':scope > .copy-button')
9 × locator resolved to 0 elements
- unexpected value "0"
213 |
214 | const activeOperandOutput = page.locator('.gonol-operand:not([hidden]) .gonol-output').first();
> 215 | await expect(activeOperandOutput.locator(':scope > .copy-button')).toHaveCount(1);
| ^
216 | const completeReceiptOutput = page.locator('[data-receipt-output]').locator('..');
217 | await expect(completeReceiptOutput.locator(':scope > .copy-button')).toHaveCount(1);
218 |
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/site.spec.mjs:215:70
|
|
tests/site.spec.mjs:193:1 › Public Gonol lab preserves vesica pieces:
tests/site.spec.mjs#L215
1) tests/site.spec.mjs:193:1 › Public Gonol lab preserves vesica pieces, triquetra pair receipts, and unresolved seven geometry
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.gonol-operand:not([hidden]) .gonol-output').first().locator(':scope > .copy-button')
Expected: 1
Received: 0
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.gonol-operand:not([hidden]) .gonol-output').first().locator(':scope > .copy-button')
9 × locator resolved to 0 elements
- unexpected value "0"
213 |
214 | const activeOperandOutput = page.locator('.gonol-operand:not([hidden]) .gonol-output').first();
> 215 | await expect(activeOperandOutput.locator(':scope > .copy-button')).toHaveCount(1);
| ^
216 | const completeReceiptOutput = page.locator('[data-receipt-output]').locator('..');
217 | await expect(completeReceiptOutput.locator(':scope > .copy-button')).toHaveCount(1);
218 |
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/site.spec.mjs:215:70
|
|
🎭 Playwright Run Summary
1 failed
tests/site.spec.mjs:193:1 › Public Gonol lab preserves vesica pieces, triquetra pair receipts, and unresolved seven geometry
32 passed (21.0s)
|