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 fed78b4 commit 46908d7Copy full SHA for 46908d7
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