Skip to content

Commit ebd5f73

Browse files
committed
add test selector for file path (#276)
1 parent 704ef8f commit ebd5f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/class-field-description.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<span class="access">deprecated</span>
1717
{{/if}}
1818
</h3>
19-
<p class="github-link">
19+
<p class="github-link" data-test-file={{field.file}}>
2020
{{#if field.inherited}}
2121
Inherited from
2222
<a href="{{github-link model.project.id model.projectVersion.version field.file field.line}}" target="_blank" rel="noopener">

0 commit comments

Comments
 (0)