Skip to content

Commit d2070fb

Browse files
committed
Harden Simurgh sequence progress UI test
1 parent 5d19caa commit d2070fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dashboard/drone-dashboard/src/pages/SimurghOperatorPage.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ describe('SimurghOperatorPage', () => {
431431
await waitFor(() => expect(releaseStream).toEqual(expect.any(Function)));
432432
releaseStream();
433433

434-
expect(await screen.findByText('Submitted the guarded flight command.')).toBeInTheDocument();
434+
expect(await screen.findAllByText('Submitted the guarded flight command.')).not.toHaveLength(0);
435435
});
436436

437437
test('hot-applies provider, model, and optional server-side key from the compact settings panel', async () => {

0 commit comments

Comments
 (0)