Skip to content

Commit 5137441

Browse files
authored
Update methods.md (#108)
1 parent eab4138 commit 5137441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { toExist, takeScreenshot } from 'react-native-owl';
5959
describe('App.tsx', () => {
6060
it('waits for an element, then takes a screenshot', async () => {
6161
// highlight-next-line
62-
await toExist('textInput');
62+
await toExist('testInput');
6363

6464
const screen = await takeScreenshot('textInputExists');
6565

0 commit comments

Comments
 (0)