From c40abe905b15f3c3195b16904752dd38ec15f5e8 Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Fri, 24 Jul 2026 17:59:33 +0530 Subject: [PATCH 1/6] fix: gallery native widget test --- .../e2e/specs/maestro/Gallery_native_horizontal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index a6063ef9e..c71daa299 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -11,7 +11,7 @@ appId: "${APP_ID}" - assertVisible: text: ".*Title 0.*" - repeat: - times: 25 + times: 27 commands: - swipe: start: 90%, 10% From 49b3a5d4a567a5a9e293df17ea04e2d9b65f5cce Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Fri, 24 Jul 2026 18:43:17 +0530 Subject: [PATCH 2/6] fix: gallery native widget test --- .../specs/maestro/Gallery_native_horizontal.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index c71daa299..aee1090e3 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -10,11 +10,8 @@ appId: "${APP_ID}" text: "Gallery" - assertVisible: text: ".*Title 0.*" -- repeat: - times: 27 - commands: - - swipe: - start: 90%, 10% - end: 15%, 10% -- assertVisible: - text: ".*Title 20.*" +- swipeUntilVisible: + direction: LEFT + timeout: 60000 + element: + text: ".*Title 20.*" From bd8bd7ec5543fb785a0f04134e8a26fbee426bef Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Mon, 27 Jul 2026 10:50:23 +0530 Subject: [PATCH 3/6] fix: gallery native test --- .../e2e/specs/maestro/Gallery_native_horizontal.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index aee1090e3..d79b48905 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -10,8 +10,11 @@ appId: "${APP_ID}" text: "Gallery" - assertVisible: text: ".*Title 0.*" -- swipeUntilVisible: - direction: LEFT +- repeat: + while: + notVisible: + text: ".*Title 20.*" timeout: 60000 - element: - text: ".*Title 20.*" + commands: + - swipe: + direction: LEFT From 201982549c95100a74edd68f0c45948efbb6687e Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Mon, 27 Jul 2026 11:25:38 +0530 Subject: [PATCH 4/6] fix: gallery native widget test --- .../specs/maestro/Gallery_native_horizontal.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index d79b48905..e85f72f16 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -11,10 +11,14 @@ appId: "${APP_ID}" - assertVisible: text: ".*Title 0.*" - repeat: - while: - notVisible: - text: ".*Title 20.*" - timeout: 60000 + times: 30 commands: - - swipe: - direction: LEFT + - runFlow: + when: + notVisible: + text: ".*Title 20.*" + commands: + - swipe: + direction: LEFT +- assertVisible: + text: ".*Title 20.*" From e861ade1307bfcb0d1316ec7eebac226d03961ce Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Mon, 27 Jul 2026 12:19:37 +0530 Subject: [PATCH 5/6] fix: gallery native widget test --- .../maestro/Gallery_native_horizontal.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index e85f72f16..919ed76ea 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -10,15 +10,8 @@ appId: "${APP_ID}" text: "Gallery" - assertVisible: text: ".*Title 0.*" -- repeat: - times: 30 - commands: - - runFlow: - when: - notVisible: - text: ".*Title 20.*" - commands: - - swipe: - direction: LEFT -- assertVisible: - text: ".*Title 20.*" +- scrollUntilVisible: + element: + text: ".*Title 20.*" + direction: LEFT + timeout: 60000 \ No newline at end of file From 4b9ae5d1b2f308090658e87496225952707a0f10 Mon Sep 17 00:00:00 2001 From: Srirang Kalantri Date: Mon, 27 Jul 2026 13:04:08 +0530 Subject: [PATCH 6/6] fix: gallery native widget test --- .../specs/maestro/Gallery_native_horizontal.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml index 919ed76ea..0b0851e11 100644 --- a/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml +++ b/packages/pluggableWidgets/gallery-native/e2e/specs/maestro/Gallery_native_horizontal.yaml @@ -10,8 +10,11 @@ appId: "${APP_ID}" text: "Gallery" - assertVisible: text: ".*Title 0.*" -- scrollUntilVisible: - element: - text: ".*Title 20.*" - direction: LEFT - timeout: 60000 \ No newline at end of file +- repeat: + times: 35 + commands: + - swipe: + start: 90%, 10% + end: 15%, 10% +- assertVisible: + text: ".*Title 20.*" \ No newline at end of file