- commit
- 35c6533594848710c8c9e5ee792ade52415567a5
- parent
- e21f6d62795dfcee089a5ea25817518c6082f82b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-02-02 15:33
typo
Diffstat
| M | test/test-name.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-name.js b/test/test-name.js
@@ -31,7 +31,7 @@ describe('getName / getDescription', () => {
31 31 });
32 32 });
33 33
34 -1 it('ingores <noscript>', () => {
-1 34 it('ignores <noscript>', () => {
35 35 testbed.innerHTML = '<a id="test" href="#">test <noscript>moo</noscript></a>';
36 36 var element = document.querySelector('#test');
37 37 expect(aria.getName(element)).toBe('test');