Home
last modified time | relevance | path

Searched refs:alertAndWaitForResponse (Results 1 – 2 of 2) sorted by relevance

/expo/apps/test-suite/tests/
H A DImagePicker.js5 import { alertAndWaitForResponse } from './helpers';
62 await alertAndWaitForResponse('Please take a picture for this test to pass.');
69 await alertAndWaitForResponse('Please cancel the camera for this test to pass.');
89 await alertAndWaitForResponse('Please choose an image.');
97 await alertAndWaitForResponse('Please choose a video.');
105 await alertAndWaitForResponse('Please choose an image to crop.');
114 await alertAndWaitForResponse('Please choose an image to crop.');
H A Dhelpers.js8 export const alertAndWaitForResponse = async (message) => { function