Skip to content

Commit

Permalink
Merge branch 'create-native-pipeline' of github.com:mendix/native-wid…
Browse files Browse the repository at this point in the history
…gets into create-native-pipeline
  • Loading branch information
NikolaSimsic committed Feb 5, 2024
2 parents 5d6e0e5 + a86f068 commit bd00606
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/e2e/native_dependencies.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"react-native-maps": "0.31.1",
"react-native-geocoder": "0.5.0",
"react-native-device-info": "8.0.1",
"react-native-device-info": "8.7.1",
"react-native-action-button": "2.8.5",
"react-native-material-menu": "1.2.0",
"react-native-linear-gradient": "2.5.6",
"@react-native-community/netinfo": "5.9.7",
"@react-native-community/art": "1.2.0",
"react-native-system-navigation-bar": "1.0.2",
"react-native-system-navigation-bar": "2.6.3",
"react-native-video": "5.2.1",
"@react-native-community/async-storage": "1.12.1",
"react-native-camera": "3.40.0",
Expand Down
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.
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.
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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ describe("Web view", () => {
});

// Skipping this test for Android because link is not clickable in web view
it("ios-should open URL externally", async () => {
// eslint-disable-next-line jest/no-disabled-tests
it.skip("ios-should open URL externally", async () => {
await element(by.text("External")).tap();

await waitForAndCloseOnLoadAlert();
Expand Down

0 comments on commit bd00606

Please sign in to comment.