Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix smoke tests for Expo 37 SDK #1247

Merged
merged 21 commits into from
Apr 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/smoke/package/src/helpers/appiumHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class AppiumHelper {
console.log(`*** Opening Expo app via Project URL`);
console.log(`*** Pressing "Add" button...`);

const EXOP_PROJECTS_PAGE = "(//XCUIElementTypeOther[@name='CLIPBOARD Press ⌘+v to move clipboard to simulator. RECENTLY IN DEVELOPMENT HELP Sign in to your Expo account to see the projects you have recently been working on. RECENTLY OPENED CLEAR You haven't opened any projects recently. Device ID: bbcb-0dc2 Client version: 2.15.3.10122 Supported SDKs: 34, 35, 36, 37 Projects '])[3]";
const EXOP_PROJECTS_PAGE = "(//XCUIElementTypeOther[@name=\"CLIPBOARD Press ⌘+v to move clipboard to simulator. RECENTLY IN DEVELOPMENT HELP Sign in to your Expo account to see the projects you have recently been working on. RECENTLY OPENED CLEAR You haven't opened any projects recently. Device ID: bbcb-0dc2 Client version: 2.15.3.10122 Supported SDKs: 34, 35, 36, 37 Projects \"])[3]";
SounD120 marked this conversation as resolved.
Show resolved Hide resolved
const FIND_A_PROJECT_ELEMENT = `//XCUIElementTypeTextField`;
const OPEN_BUTTON = `//XCUIElementTypeButton[@name="Open"]`;

Expand Down