Home
last modified time | relevance | path

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

/expo/packages/expo-dev-client/e2e/
H A DDevLauncher.e2e.ts114 const loadButton = element(by.id('DevLauncherLoadAppButton')); constant
120 await expect(loadButton).toBeVisible();
129 await tapButton(loadButton);
/expo/packages/expo-dev-launcher/bundle/screens/__tests__/
H A DHomeScreen.test.tsx116 const loadButton = getByTestId('DevLauncherLoadAppButton');
117 await waitFor(() => expect(loadButton).not.toBeDisabled());