Skip to content

Commit b42d1d4

Browse files
committed
Wait for take percySnapshot
1 parent 5aa449b commit b42d1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/host/tests/integration/components/ai-assistant-panel-test.gts

+1
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ module('Integration | ai-assistant-panel', function (hooks) {
12411241
await waitFor('[data-test-room]');
12421242
assert.dom('[data-test-room-error]').doesNotExist();
12431243
assert.dom('[data-test-past-sessions-button]').isEnabled();
1244+
await waitFor('[data-test-room-settled]');
12441245
await percySnapshot(
12451246
'Integration | ai-assistant-panel | it can handle an error during room creation | new room state',
12461247
);

0 commit comments

Comments
 (0)