Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jun 6, 2024
1 parent 5656194 commit 7cd6f4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/examples/packages/interactive-ui/src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ describe('onRpcRequest', () => {
const resultScreen = await response.getInterface();

expect(resultScreen).toRender(
<Result values={{ 'example-input': '', 'example-dropdown': '' }} />,
<Result
values={{ 'example-input': '', 'example-dropdown': 'option1' }}
/>,
);
await resultScreen.ok();

Expand Down

0 comments on commit 7cd6f4e

Please sign in to comment.