Skip to content

Commit d7c143c

Browse files
authored
Modal - Fix test selector (#3184)
1 parent 324b784 commit d7c143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showcase/tests/integration/components/hds/modal/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ module('Integration | Component | hds/modal/index', function (hooks) {
218218

219219
// when the modal is closed the `overflow:hidden` style should be removed
220220
await click('.hds-modal__overlay');
221-
assert.dom('#test-flyout').isNotVisible();
221+
assert.dom('#test-modal').isNotVisible();
222222
assert.dom('body', document).doesNotHaveStyle({ overflow: 'hidden' });
223223
});
224224

0 commit comments

Comments
 (0)