Skip to content

Commit

Permalink
Change order for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 7, 2025
1 parent 4f76fa6 commit 95ef759
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/host/tests/acceptance/interact-submode-test.gts
Original file line number Diff line number Diff line change
Expand Up @@ -595,17 +595,15 @@ module('Acceptance | interact submode tests', function (hooks) {
});

await fillIn(`[data-test-field="name"] input`, 'Renamed via UI');
await deferred.promise;
await click('[data-test-edit-button]');

let knownClientRequestIds = (
this.owner.lookup('service:card-service') as CardService
).clientRequestIds.values();

let knownClientRequestId = knownClientRequestIds.next().value;

await deferred.promise;

await click('[data-test-edit-button]');

await realm.write(
'Pet/vangogh.json',
JSON.stringify({
Expand Down

0 comments on commit 95ef759

Please sign in to comment.