Skip to content

Commit d749892

Browse files
committed
test: 💍 fix byRole test due to stricter aria-query
BREAKING CHANGE: 🧨 stricter aria-query
1 parent 86ed539 commit d749892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/spectator/test/dom-selectors/dom-selectors.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class DomSelectorsNestedComponent {}
2020
2121
<img src="" alt="By alt text" id="by-alt-text-img" />
2222
23-
<a href="" title="By title" id="by-title-a"></a>
23+
<a href="#" title="By title" id="by-title-a"></a>
2424
2525
<input type="text" value="By value" id="by-value-input" />
2626

0 commit comments

Comments
 (0)