diff --git a/detox/setup.js b/detox/setup.js index 9ac93576e..8aee2ac65 100644 --- a/detox/setup.js +++ b/detox/setup.js @@ -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); diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 18825da48..c894fb0b0 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -52,4 +52,4 @@ "rimraf": "^2.7.1", "rollup": "^2.68.0" } -} \ No newline at end of file +} diff --git a/packages/jsActions/nanoflow-actions-native/package.json b/packages/jsActions/nanoflow-actions-native/package.json index 5aca2df56..957283f02 100644 --- a/packages/jsActions/nanoflow-actions-native/package.json +++ b/packages/jsActions/nanoflow-actions-native/package.json @@ -35,4 +35,4 @@ "eslint": "^7.20.0", "rollup": "^2.68.0" } -} \ No newline at end of file +} diff --git a/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should allow custom items as group headers 1.png b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should allow custom items as group headers 1.png new file mode 100644 index 000000000..ec16fe8c0 Binary files /dev/null and b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should allow custom items as group headers 1.png differ diff --git a/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone 14/Accordion should allow custom items as group headers 1.png.png b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should allow custom items as group headers 1.png.png similarity index 100% rename from packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone 14/Accordion should allow custom items as group headers 1.png.png rename to packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should allow custom items as group headers 1.png.png diff --git a/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should render custom icons correctly 1.png b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should render custom icons correctly 1.png new file mode 100644 index 000000000..a53f02b8f Binary files /dev/null and b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should render custom icons correctly 1.png differ diff --git a/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone 14/Accordion should render custom icons correctly.png b/packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should render custom icons correctly.png similarity index 100% rename from packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone 14/Accordion should render custom icons correctly.png rename to packages/pluggableWidgets/accordion-native/e2e/images/expected/ios/16.2/iPhone/Accordion should render custom icons correctly.png diff --git a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render more than one color 1-snap.png b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render more than one color 1-snap.png deleted file mode 100644 index 3de1e7806..000000000 Binary files a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render more than one color 1-snap.png and /dev/null differ diff --git a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render one color 1-snap.png b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render one color 1-snap.png deleted file mode 100644 index 54bdf4517..000000000 Binary files a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone 14/Background Gradient should render one color 1-snap.png and /dev/null differ diff --git a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render more than one color 1.png b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render more than one color 1.png new file mode 100644 index 000000000..b8914a4d4 Binary files /dev/null and b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render more than one color 1.png differ diff --git a/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render one color 1.png b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render one color 1.png new file mode 100644 index 000000000..03ad512db Binary files /dev/null and b/packages/pluggableWidgets/background-gradient-native/e2e/images/expected/ios/16.2/iPhone/Background Gradient should render one color 1.png differ diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the background image in a layout grid 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the background image in a layout grid 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the background image in a layout grid 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the background image in a layout grid 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the background image with clickable container 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the background image with clickable container 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the background image with clickable container 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the background image with clickable container 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic image 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic image 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic image 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic image 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic image with conditional visibility 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic image with conditional visibility 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic image with conditional visibility 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic image with conditional visibility 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic svg image 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic svg image 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the dynamic svg image 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the dynamic svg image 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the nested background image 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the nested background image 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the nested background image 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the nested background image 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the static images 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the static images 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the static images 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the static images 1-snap.png diff --git a/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the static svg images 1-snap.png b/packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the static svg images 1-snap.png similarity index 100% rename from packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone 14/Background image renders the static svg images 1-snap.png rename to packages/pluggableWidgets/background-image-native/e2e/images/expected/ios/16.2/iPhone/Background image renders the static svg images 1-snap.png diff --git a/packages/pluggableWidgets/bar-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Bar chart renders correctly 1-snap.png b/packages/pluggableWidgets/bar-chart-native/e2e/images/expected/ios/16.2/iPhone/Bar chart renders correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/bar-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Bar chart renders correctly 1-snap.png rename to packages/pluggableWidgets/bar-chart-native/e2e/images/expected/ios/16.2/iPhone/Bar chart renders correctly 1-snap.png diff --git a/packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone 14/Carousel should be able to swipe left and right 1-snap.png b/packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone/Carousel should be able to swipe left and right 1-snap.png similarity index 100% rename from packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone 14/Carousel should be able to swipe left and right 1-snap.png rename to packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone/Carousel should be able to swipe left and right 1-snap.png diff --git a/packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone 14/Carousel should be able to swipe left and right 2-snap.png b/packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone/Carousel should be able to swipe left and right 2-snap.png similarity index 100% rename from packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone 14/Carousel should be able to swipe left and right 2-snap.png rename to packages/pluggableWidgets/carousel-native/e2e/images/expected/ios/16.2/iPhone/Carousel should be able to swipe left and right 2-snap.png diff --git a/packages/pluggableWidgets/color-picker-native/e2e/images/expected/ios/16.2/iPhone 14/Color picker renders correctly after change 1-snap.png b/packages/pluggableWidgets/color-picker-native/e2e/images/expected/ios/16.2/iPhone/Color picker renders correctly after change 1-snap.png similarity index 100% rename from packages/pluggableWidgets/color-picker-native/e2e/images/expected/ios/16.2/iPhone 14/Color picker renders correctly after change 1-snap.png rename to packages/pluggableWidgets/color-picker-native/e2e/images/expected/ios/16.2/iPhone/Color picker renders correctly after change 1-snap.png diff --git a/packages/pluggableWidgets/column-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Column chart renders correctly 1.png b/packages/pluggableWidgets/column-chart-native/e2e/images/expected/ios/16.2/iPhone/Column chart renders correctly 1.png similarity index 100% rename from packages/pluggableWidgets/column-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Column chart renders correctly 1.png rename to packages/pluggableWidgets/column-chart-native/e2e/images/expected/ios/16.2/iPhone/Column chart renders correctly 1.png diff --git a/packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone 14/Feedback widget should be able to submit a feedback item 1-snap.png b/packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone/Feedback widget should be able to submit a feedback item 1-snap.png similarity index 100% rename from packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone 14/Feedback widget should be able to submit a feedback item 1-snap.png rename to packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone/Feedback widget should be able to submit a feedback item 1-snap.png diff --git a/packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone 14/Feedback widget should be able to submit a feedback item 2-snap.png b/packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone/Feedback widget should be able to submit a feedback item 2-snap.png similarity index 100% rename from packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone 14/Feedback widget should be able to submit a feedback item 2-snap.png rename to packages/pluggableWidgets/feedback-native/e2e/images/expected/ios/16.2/iPhone/Feedback widget should be able to submit a feedback item 2-snap.png diff --git a/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone 14/Floating action button renders correct appearance after toggling secondary buttons 1-snap.png b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct appearance after toggling secondary buttons 1-snap.png similarity index 100% rename from packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone 14/Floating action button renders correct appearance after toggling secondary buttons 1-snap.png rename to packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct appearance after toggling secondary buttons 1-snap.png diff --git a/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct appearance after toggling secondary buttons 1.png b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct appearance after toggling secondary buttons 1.png new file mode 100644 index 000000000..e1bd231ae Binary files /dev/null and b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct appearance after toggling secondary buttons 1.png differ diff --git a/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone 14/Floating action button renders correct initial appearance 1-snap.png b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct initial appearance 1-snap.png similarity index 100% rename from packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone 14/Floating action button renders correct initial appearance 1-snap.png rename to packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct initial appearance 1-snap.png diff --git a/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct initial appearance 1.png b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct initial appearance 1.png new file mode 100644 index 000000000..729a2e716 Binary files /dev/null and b/packages/pluggableWidgets/floating-action-button-native/e2e/images/expected/ios/16.2/iPhone/Floating action button renders correct initial appearance 1.png differ diff --git a/packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone 14/Gallery renders correctly 1.png b/packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone/Gallery renders correctly 1.png similarity index 100% rename from packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone 14/Gallery renders correctly 1.png rename to packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone/Gallery renders correctly 1.png diff --git a/packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone 14/Gallery should load more items when press the load more items button 1.png b/packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone/Gallery should load more items when press the load more items button 1.png similarity index 100% rename from packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone 14/Gallery should load more items when press the load more items button 1.png rename to packages/pluggableWidgets/gallery-native/e2e/images/expected/ios/16.2/iPhone/Gallery should load more items when press the load more items button 1.png diff --git a/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter filters by text 1.png b/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter filters by text 1.png similarity index 100% rename from packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter filters by text 1.png rename to packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter filters by text 1.png diff --git a/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter filters by text empty list 1.png b/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter filters by text empty list 1.png similarity index 100% rename from packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter filters by text empty list 1.png rename to packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter filters by text empty list 1.png diff --git a/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter renders correctly 1.png b/packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter renders correctly 1.png similarity index 100% rename from packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone 14/Gallery Text Filter renders correctly 1.png rename to packages/pluggableWidgets/gallery-text-filter-native/e2e/images/expected/ios/17.0/iPhone/Gallery Text Filter renders correctly 1.png diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the dynamic image 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the dynamic image 1.png deleted file mode 100644 index 00b2d99fd..000000000 Binary files a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the dynamic image 1.png and /dev/null differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with URL 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with URL 1.png deleted file mode 100644 index 187bd06dc..000000000 Binary files a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with URL 1.png and /dev/null differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with icon 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with icon 1.png deleted file mode 100644 index 0f7e54749..000000000 Binary files a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the image with icon 1.png and /dev/null differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the static image 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the static image 1.png deleted file mode 100644 index dc887f40f..000000000 Binary files a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone 14/Image renders the static image 1.png and /dev/null differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the dynamic image 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the dynamic image 1.png new file mode 100644 index 000000000..203c2d71b Binary files /dev/null and b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the dynamic image 1.png differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with URL 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with URL 1.png new file mode 100644 index 000000000..ed7bf7d3d Binary files /dev/null and b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with URL 1.png differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with icon 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with icon 1.png new file mode 100644 index 000000000..fba2bcb56 Binary files /dev/null and b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the image with icon 1.png differ diff --git a/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the static image 1.png b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the static image 1.png new file mode 100644 index 000000000..c2e275f06 Binary files /dev/null and b/packages/pluggableWidgets/image-native/e2e/images/expected/ios/16.2/iPhone/Image renders the static image 1.png differ diff --git a/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 1-snap.png b/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 1-snap.png similarity index 100% rename from packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 1-snap.png rename to packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 1-snap.png diff --git a/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 2-snap.png b/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 2-snap.png similarity index 100% rename from packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 2-snap.png rename to packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 2-snap.png diff --git a/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 3-snap.png b/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 3-snap.png similarity index 100% rename from packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 3-snap.png rename to packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 3-snap.png diff --git a/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 4-snap.png b/packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 4-snap.png similarity index 100% rename from packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone 14/Intro screen should be able to change screens and fire event 4-snap.png rename to packages/pluggableWidgets/intro-screen-native/e2e/images/expected/ios/16.2/iPhone/Intro screen should be able to change screens and fire event 4-snap.png diff --git a/packages/pluggableWidgets/line-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Line chart renders correctly 1-snap.png b/packages/pluggableWidgets/line-chart-native/e2e/images/expected/ios/16.2/iPhone/Line chart renders correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/line-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Line chart renders correctly 1-snap.png rename to packages/pluggableWidgets/line-chart-native/e2e/images/expected/ios/16.2/iPhone/Line chart renders correctly 1-snap.png diff --git a/packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Pie-doughnut chart renders doughnut chart correctly 1-snap.png b/packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone/Pie-doughnut chart renders doughnut chart correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Pie-doughnut chart renders doughnut chart correctly 1-snap.png rename to packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone/Pie-doughnut chart renders doughnut chart correctly 1-snap.png diff --git a/packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Pie-doughnut chart renders pie chart correctly 1-snap.png b/packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone/Pie-doughnut chart renders pie chart correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone 14/Pie-doughnut chart renders pie chart correctly 1-snap.png rename to packages/pluggableWidgets/pie-doughnut-chart-native/e2e/images/expected/ios/16.2/iPhone/Pie-doughnut chart renders pie chart correctly 1-snap.png diff --git a/packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone 14/Popup menu has a basic menu with an action 1.png b/packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone/Popup menu has a basic menu with an action 1.png similarity index 100% rename from packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone 14/Popup menu has a basic menu with an action 1.png rename to packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone/Popup menu has a basic menu with an action 1.png diff --git a/packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone 14/Popup menu has a custom menu with an action 1-snap.png b/packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone/Popup menu has a custom menu with an action 1-snap.png similarity index 100% rename from packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone 14/Popup menu has a custom menu with an action 1-snap.png rename to packages/pluggableWidgets/popup-menu-native/e2e/images/expected/ios/16.2/iPhone/Popup menu has a custom menu with an action 1-snap.png diff --git a/packages/pluggableWidgets/progress-bar-native/e2e/images/expected/ios/16.2/iPhone 14/Progress Bar renders correctly 1.png b/packages/pluggableWidgets/progress-bar-native/e2e/images/expected/ios/16.2/iPhone/Progress Bar renders correctly 1.png similarity index 100% rename from packages/pluggableWidgets/progress-bar-native/e2e/images/expected/ios/16.2/iPhone 14/Progress Bar renders correctly 1.png rename to packages/pluggableWidgets/progress-bar-native/e2e/images/expected/ios/16.2/iPhone/Progress Bar renders correctly 1.png diff --git a/packages/pluggableWidgets/progress-circle-native/e2e/images/expected/ios/16.2/iPhone 14/Progress Circle renders correctly 1-snap.png b/packages/pluggableWidgets/progress-circle-native/e2e/images/expected/ios/16.2/iPhone/Progress Circle renders correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/progress-circle-native/e2e/images/expected/ios/16.2/iPhone 14/Progress Circle renders correctly 1-snap.png rename to packages/pluggableWidgets/progress-circle-native/e2e/images/expected/ios/16.2/iPhone/Progress Circle renders correctly 1-snap.png diff --git a/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly 1.png b/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly 1.png similarity index 100% rename from packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly 1.png rename to packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly 1.png diff --git a/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly 2.png b/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly 2.png similarity index 100% rename from packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly 2.png rename to packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly 2.png diff --git a/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly after change 1.png b/packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly after change 1.png similarity index 100% rename from packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone 14/QR code renders correctly after change 1.png rename to packages/pluggableWidgets/qr-code-native/e2e/images/expected/ios/16.2/iPhone/QR code renders correctly after change 1.png diff --git a/packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Radio Buttons should call on change when selected option changes 1-snap.png b/packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone/Radio Buttons should call on change when selected option changes 1-snap.png similarity index 100% rename from packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Radio Buttons should call on change when selected option changes 1-snap.png rename to packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone/Radio Buttons should call on change when selected option changes 1-snap.png diff --git a/packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Radio Buttons should call on change when selected option changes 2-snap.png b/packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone/Radio Buttons should call on change when selected option changes 2-snap.png similarity index 100% rename from packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Radio Buttons should call on change when selected option changes 2-snap.png rename to packages/pluggableWidgets/radio-buttons-native/e2e/images/expected/ios/16.2/iPhone/Radio Buttons should call on change when selected option changes 2-snap.png diff --git a/packages/pluggableWidgets/range-slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correctly after setting value 1-snap.png b/packages/pluggableWidgets/range-slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correctly after setting value 1-snap.png similarity index 100% rename from packages/pluggableWidgets/range-slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correctly after setting value 1-snap.png rename to packages/pluggableWidgets/range-slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correctly after setting value 1-snap.png diff --git a/packages/pluggableWidgets/rating-native/e2e/images/expected/ios/16.2/iPhone 14/Rating renders correctly after change 1.png b/packages/pluggableWidgets/rating-native/e2e/images/expected/ios/16.2/iPhone/Rating renders correctly after change 1.png similarity index 100% rename from packages/pluggableWidgets/rating-native/e2e/images/expected/ios/16.2/iPhone 14/Rating renders correctly after change 1.png rename to packages/pluggableWidgets/rating-native/e2e/images/expected/ios/16.2/iPhone/Rating renders correctly after change 1.png diff --git a/packages/pluggableWidgets/repeater-native/e2e/images/expected/ios/16.2/iPhone 14/Repeater renders the default repeater 1-snap.png b/packages/pluggableWidgets/repeater-native/e2e/images/expected/ios/16.2/iPhone/Repeater renders the default repeater 1-snap.png similarity index 100% rename from packages/pluggableWidgets/repeater-native/e2e/images/expected/ios/16.2/iPhone 14/Repeater renders the default repeater 1-snap.png rename to packages/pluggableWidgets/repeater-native/e2e/images/expected/ios/16.2/iPhone/Repeater renders the default repeater 1-snap.png diff --git a/packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correct initial appearance 1-snap.png b/packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correct initial appearance 1-snap.png similarity index 100% rename from packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correct initial appearance 1-snap.png rename to packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correct initial appearance 1-snap.png diff --git a/packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correctly after setting value 1-snap.png b/packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correctly after setting value 1-snap.png similarity index 100% rename from packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone 14/Slider renders correctly after setting value 1-snap.png rename to packages/pluggableWidgets/slider-native/e2e/images/expected/ios/16.2/iPhone/Slider renders correctly after setting value 1-snap.png diff --git a/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders correctly when false 1-snap.png b/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders correctly when false 1-snap.png similarity index 100% rename from packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders correctly when false 1-snap.png rename to packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders correctly when false 1-snap.png diff --git a/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders correctly when true 1-snap.png b/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders correctly when true 1-snap.png similarity index 100% rename from packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders correctly when true 1-snap.png rename to packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders correctly when true 1-snap.png diff --git a/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders custom style 1-snap.png b/packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders custom style 1-snap.png similarity index 100% rename from packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone 14/Switch renders custom style 1-snap.png rename to packages/pluggableWidgets/switch-native/e2e/images/expected/ios/16.2/iPhone/Switch renders custom style 1-snap.png diff --git a/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders custom style 1-snap.png b/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders custom style 1-snap.png similarity index 100% rename from packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders custom style 1-snap.png rename to packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders custom style 1-snap.png diff --git a/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders default state correctly 1-snap.png b/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders default state correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders default state correctly 1-snap.png rename to packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders default state correctly 1-snap.png diff --git a/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders default state correctly 2-snap.png b/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders default state correctly 2-snap.png similarity index 100% rename from packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders default state correctly 2-snap.png rename to packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders default state correctly 2-snap.png diff --git a/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders disabled state correctly 1-snap.png b/packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders disabled state correctly 1-snap.png similarity index 100% rename from packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone 14/Toggle Buttons renders disabled state correctly 1-snap.png rename to packages/pluggableWidgets/toggle-buttons-native/e2e/images/expected/ios/16.2/iPhone/Toggle Buttons renders disabled state correctly 1-snap.png diff --git a/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should open URL externally 1-snap.png b/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should open URL externally 1-snap.png similarity index 100% rename from packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should open URL externally 1-snap.png rename to packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should open URL externally 1-snap.png diff --git a/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should open URL inline 1-snap.png b/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should open URL inline 1-snap.png similarity index 100% rename from packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should open URL inline 1-snap.png rename to packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should open URL inline 1-snap.png diff --git a/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should send along custom user agent 1-snap.png b/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should send along custom user agent 1-snap.png similarity index 100% rename from packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should send along custom user agent 1-snap.png rename to packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should send along custom user agent 1-snap.png diff --git a/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should show HTML content inline 1-snap.png b/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should show HTML content inline 1-snap.png similarity index 100% rename from packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should show HTML content inline 1-snap.png rename to packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should show HTML content inline 1-snap.png diff --git a/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should show custom styling 1-snap.png b/packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should show custom styling 1-snap.png similarity index 100% rename from packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone 14/Web view should show custom styling 1-snap.png rename to packages/pluggableWidgets/web-view-native/e2e/images/expected/ios/16.2/iPhone/Web view should show custom styling 1-snap.png