Skip to content

Commit 440ae2f

Browse files
committed
lint fix
1 parent 76c25c0 commit 440ae2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/host/tests/acceptance/code-submode-test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1865,9 +1865,7 @@ module('Acceptance | code submode tests', function (_hooks) {
18651865

18661866
await click('[data-test-select-card-type]');
18671867
await waitFor('[data-test-card-catalog-modal]');
1868-
await waitFor(
1869-
`[data-test-card-type-icon]`,
1870-
);
1868+
await waitFor(`[data-test-card-type-icon]`);
18711869
await percySnapshot(assert);
18721870
let cardCatalogModalOverlay = document.querySelector(
18731871
'[data-test-card-catalog-modal]',

0 commit comments

Comments
 (0)