We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed539 commit d749892Copy full SHA for d749892
projects/spectator/test/dom-selectors/dom-selectors.component.ts
@@ -20,7 +20,7 @@ export class DomSelectorsNestedComponent {}
20
21
<img src="" alt="By alt text" id="by-alt-text-img" />
22
23
- <a href="" title="By title" id="by-title-a"></a>
+ <a href="#" title="By title" id="by-title-a"></a>
24
25
<input type="text" value="By value" id="by-value-input" />
26
0 commit comments