Skip to content

Commit 35982a5

Browse files
swseverancejelbourn
authored andcommitted
test(focus-monitor): fix test name typo (#15244)
1 parent 1b1a569 commit 35982a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/focus-monitor/focus-monitor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ describe('FocusMonitor', () => {
139139
expect(changeHandler).toHaveBeenCalledWith('mouse');
140140
}));
141141

142-
it('focusVia mouse should simulate mouse focus', fakeAsync(() => {
142+
it('focusVia touch should simulate touch focus', fakeAsync(() => {
143143
focusMonitor.focusVia(buttonElement, 'touch');
144144
fixture.detectChanges();
145145
flush();

0 commit comments

Comments
 (0)