Skip to content

Commit

Permalink
Updated paths for iOS tests and some screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaSimsic committed Dec 19, 2023
1 parent 5ae0848 commit 0cf7592
Show file tree
Hide file tree
Showing 76 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion detox/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ expect.extend({
let type;
let sdk;
if (platform === "ios") {
type = config.IOS_DEVICE_TYPE;
type = "iPhone";
sdk = config.IOS_SDK_VERSION;
} else {
type = config.ANDROID_DEVICE_TYPE;
sdk = config.ANDROID_SDK_VERSION;
}

const customSnapshotsDir = join(resolve("./"), "e2e", "images", "expected", platform, sdk, type);
const customDiffDir = join(resolve("./"), "e2e", "images", "diffs", platform, sdk, type);
const customReceivedDir = join(resolve("./"), "e2e", "images", "actual", platform, sdk, type);
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"rimraf": "^2.7.1",
"rollup": "^2.68.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/jsActions/nanoflow-actions-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"eslint": "^7.20.0",
"rollup": "^2.68.0"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit 0cf7592

Please sign in to comment.