Skip to content

Split contents of dom.js among four(4) files #4949

Split contents of dom.js among four(4) files

Split contents of dom.js among four(4) files #4949

Triggered via pull request October 17, 2024 01:37
Status Failure
Total duration 10m 55s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent: test/unit/core/p5.Element.js#L33
TypeError: div1.attribute is not a function ❯ test/unit/core/p5.Element.js:33:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent: test/unit/core/p5.Element.js#L28
TypeError: div0.remove is not a function ❯ test/unit/core/p5.Element.js:28:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent using classname: test/unit/core/p5.Element.js#L39
TypeError: div0.attribute is not a function ❯ test/unit/core/p5.Element.js:39:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent using classname: test/unit/core/p5.Element.js#L28
TypeError: div0.remove is not a function ❯ test/unit/core/p5.Element.js:28:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent using id: test/unit/core/p5.Element.js#L45
TypeError: div0.attribute is not a function ❯ test/unit/core/p5.Element.js:45:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > attaches child to parent using id: test/unit/core/p5.Element.js#L28
TypeError: div0.remove is not a function ❯ test/unit/core/p5.Element.js:28:12
test/unit/core/p5.Element.js > p5.Element > p5.Element.prototype.parent > returns the parent: test/unit/core/p5.Element.js#L28
TypeError: div0.remove is not a function ❯ test/unit/core/p5.Element.js:28:12
test/unit/core/p5.Element.js > p5.Element > operating with element classes > should add class to element: test/unit/core/p5.Element.js#L723
TypeError: myp5.select(...).addClass is not a function ❯ test/unit/core/p5.Element.js:723:31
test/unit/core/p5.Element.js > p5.Element > operating with element classes > should remove class from element with only one class: test/unit/core/p5.Element.js#L732
TypeError: myp5.select(...).removeClass is not a function ❯ test/unit/core/p5.Element.js:732:31
test/unit/core/p5.Element.js > p5.Element > operating with element classes > should remove class from element with several classes: test/unit/core/p5.Element.js#L741
TypeError: myp5.select(...).removeClass is not a function ❯ test/unit/core/p5.Element.js:741:31
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/