Searched refs:loadButton (Results 1 – 2 of 2) sorted by relevance
114 const loadButton = element(by.id('DevLauncherLoadAppButton')); constant120 await expect(loadButton).toBeVisible();129 await tapButton(loadButton);
116 const loadButton = getByTestId('DevLauncherLoadAppButton');117 await waitFor(() => expect(loadButton).not.toBeDisabled());