We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ca02b commit ce512cbCopy full SHA for ce512cb
codeceptjs-example/react_app_test.js
@@ -9,4 +9,4 @@ Scenario('try react app', ({ I }) => {
9
I.click('button', { react: 't', props: { name: '9' } });
10
I.click('button', { react: 't', props: { name: '=' } });
11
I.seeElement({ react: 't', props: { value: '81' } });
12
-});
+});
0 commit comments