Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 6569e5f

Browse files
committed
Fix new test
1 parent f57e257 commit 6569e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/mdc-snackbar/mdc-snackbar.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ test('adapter#setFocus sets focus on the action button', () => {
147147
});
148148

149149
test('adapter#isFocused detects focus on the action button', () => {
150-
const {root, actionButton, component} = setupTest();
150+
const {root, component} = setupTest();
151151
const handler = td.func('fixture focus handler');
152152
root.addEventListener('focus', handler);
153153
document.body.appendChild(root);

0 commit comments

Comments
 (0)