-
Notifications
You must be signed in to change notification settings - Fork 2
UFAL/Release hotfix 2026 03 11 #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
75992e3
f9ddc44
c794f52
1b769b9
d4d84cb
0ee58b2
2f14694
aac563e
0434ff9
99637f0
d6ed972
6fc73d8
911bb36
1dd1127
6ea61f9
31adb31
6628aaf
4bc3119
d175c4a
6e743aa
dcce53c
24717a5
eed7d30
b920059
39abed3
602a261
97658b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ describe('FileTreeViewComponent', () => { | |
|
|
||
| it('should display the node name', () => { | ||
| waitForAsync(() => { | ||
| const nodeNameElement = fixture.debugElement.query(By.css('#folderName')).nativeElement; | ||
| const nodeNameElement = fixture.debugElement.query(By.css('span')).nativeElement; | ||
| expect(nodeNameElement.textContent).toContain('TestFolder'); | ||
| }); | ||
|
Comment on lines
47
to
51
|
||
| }); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
headersattributes still includebundleNameas an ID token (e.g.headers="{{ bundleName }} name-..."). SincebundleNamemay contain whitespace (as noted in the new TS comment), this can produce invalid header references for screen readers. Use a consistently-sanitized ID value for both the referenced header cell id and allheaderstokens (and keepbundleNameonly for visible text).