We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab4138 commit 5137441Copy full SHA for 5137441
1 file changed
docs/api/methods.md
@@ -59,7 +59,7 @@ import { toExist, takeScreenshot } from 'react-native-owl';
59
describe('App.tsx', () => {
60
it('waits for an element, then takes a screenshot', async () => {
61
// highlight-next-line
62
- await toExist('textInput');
+ await toExist('testInput');
63
64
const screen = await takeScreenshot('textInputExists');
65
0 commit comments