Searched refs:alertAndWaitForResponse (Results 1 – 2 of 2) sorted by relevance
5 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.');
8 export const alertAndWaitForResponse = async (message) => { function