We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5656194 commit 7cd6f4eCopy full SHA for 7cd6f4e
packages/examples/packages/interactive-ui/src/index.test.tsx
@@ -76,7 +76,9 @@ describe('onRpcRequest', () => {
76
const resultScreen = await response.getInterface();
77
78
expect(resultScreen).toRender(
79
- <Result values={{ 'example-input': '', 'example-dropdown': '' }} />,
+ <Result
80
+ values={{ 'example-input': '', 'example-dropdown': 'option1' }}
81
+ />,
82
);
83
await resultScreen.ok();
84
0 commit comments