Skip to content

Merge branch 'main' into card

a35c27a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Card #40

Merge branch 'main' into card
a35c27a
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Browser Test Results succeeded Dec 5, 2024 in 0s

18 passed, 0 failed and 0 skipped

Tests passed successfully

✅ tests/results/test-results-browser-junit.xml

18 tests were completed in 2s with 18 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
packages/query/test/browser/query.test.js 17✅ 23ms
packages/templating/test/browser/scanner.test.js 1✅ 2ms

✅ packages/query/test/browser/query.test.js

✅ query > text > text should get text content of slotted nodes from shadow DOM
✅ query > window and globalThisProxy > should attach event listeners to the window object using "window" selector
✅ query > window and globalThisProxy > should attach event listeners to the window object using "globalThis" selector
✅ query > window and globalThisProxy > should attach event listeners to the window object directly
✅ query > window and globalThisProxy > should remove event listeners from the window object using "window" selector
✅ query > window and globalThisProxy > should remove event listeners from the window object using "globalThis" selector
✅ query > window and globalThisProxy > should remove event listeners from the window object directly
✅ query > window and globalThisProxy > should handle properties access on the globalThisProxy object
✅ query > window and globalThisProxy > should handle method invocation on the globalThisProxy object
✅ query > window and globalThisProxy > should handle setting properties on the globalThisProxy object
✅ query > window and globalThisProxy > should handle dimension properties correctly for the window object
✅ query > window and globalThisProxy > should proxy method calls to the global object
✅ query > window and globalThisProxy > should allow setting global properties
✅ query > Shadow DOM Traversal > should return outer elements and nested shadow elements
✅ query > Shadow DOM Traversal > should select nested items
✅ query > Shadow DOM Traversal > should not match items not at shadow root
✅ query > Shadow DOM Traversal > should select deeply nested items

✅ packages/templating/test/browser/scanner.test.js

✅ string scanner > fatal > fatal should log error to page in debug mode