Skip to content

Commit 5f916b6

Browse files
khiga8Copilot
andauthored
Update test/relative-time.js
Co-authored-by: Copilot <[email protected]>
1 parent 9efd32a commit 5f916b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/relative-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@ suite('relative-time', function () {
18931893
await Promise.resolve()
18941894

18951895
assert.isNull(time.querySelector('[aria-hidden]'), 'Expected no aria-hidden to be present')
1896-
assert.isNull(time.querySelector('span'), 'Expected no span to be present')
1896+
assert.isNull(time.shadowRoot.querySelector('span'), 'Expected no span to be present')
18971897
})
18981898

18991899
test('no aria-hidden applies to shadow root', async () => {

0 commit comments

Comments
 (0)