Skip to content

Commit 62ec28f

Browse files
committedFeb 25, 2025
revert
1 parent 440ae2f commit 62ec28f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed
 

‎packages/host/tests/acceptance/code-submode-test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,6 @@ 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(`[data-test-card-type-icon]`);
18691868
await percySnapshot(assert);
18701869
let cardCatalogModalOverlay = document.querySelector(
18711870
'[data-test-card-catalog-modal]',

‎packages/host/tests/acceptance/code-submode/create-file-test.gts

-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ export class FieldThatExtendsFromBigInt extends BigInteger {
855855
test<TestContextWithSave>('can create a new definition that extends card definition which uses default export', async function (assert) {
856856
assert.expect(1);
857857
await visitOperatorMode();
858-
await waitFor(`[data-test-card-type-icon]`);
859858
await openNewFileModal('Card Definition');
860859

861860
// select card type

‎packages/host/tests/acceptance/operator-mode-acceptance-test.gts

-3
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,6 @@ module('Acceptance | operator mode tests', function (hooks) {
544544
'the last known good state of the instance is displayed',
545545
);
546546

547-
await waitFor(
548-
`[data-cards-grid-item="${testRealmURL}person-entry"] [data-test-card-type-icon]`,
549-
);
550547
await percySnapshot(assert);
551548
await click(
552549
`[data-test-cards-grid-item="${testRealmURL}Person/fadhlan"]`,

0 commit comments

Comments
 (0)