Skip to content

Commit 58ac84b

Browse files
committed
Update tests
1 parent 58a1308 commit 58ac84b

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed
-1.44 KB
Loading

maestro/run_maestro_tests_local.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if [ "$1" == "android" ]; then
99
DEVICE_ID="emulator-5554"
1010
PLATFORM="android"
1111
elif [ "$1" == "ios" ]; then
12-
# APP_ID="myapp.nativecomponentstestproject"
13-
APP_ID="com.mendix.native.template"
14-
DEVICE_ID="8006E26A-352B-4553-BA00-D8AE2DE23313"
12+
APP_ID="myapp.nativecomponentstestproject"
13+
# APP_ID="com.mendix.native.template"
14+
DEVICE_ID="4293ECC5-CA5A-4820-9433-40562F7F6F5E"
1515
PLATFORM="ios"
1616
else
1717
echo "Usage: $0 [android|ios] [widget]"

packages/pluggableWidgets/bar-chart-native/e2e/specs/maestro/Bar_Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ appId: "${APP_ID}"
99
- assertVisible:
1010
text: "Bar chart"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/bar_chart"
1515

16-

packages/pluggableWidgets/column-chart-native/e2e/specs/maestro/Column_chart_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ appId: "${APP_ID}"
99
- assertVisible:
1010
text: "Column chart"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/column_chart"
1515

packages/pluggableWidgets/line-chart-native/e2e/specs/maestro/LineChart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ appId: "${APP_ID}"
99
- assertVisible:
1010
text: "Line chart"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/line_chart"

packages/pluggableWidgets/pie-doughnut-chart-native/e2e/specs/maestro/Doughnut_chart_custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ appId: "${APP_ID}"
99
- tapOn:
1010
text: "Doughnut chart Custom style"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/doughnut_chart_custom"

packages/pluggableWidgets/pie-doughnut-chart-native/e2e/specs/maestro/Doughnut_chart_multiple_data_points.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ appId: "${APP_ID}"
99
- tapOn:
1010
text: "Doughnut chart Multiple data points"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/doughnut_chart_multiple_data_points"
1515

packages/pluggableWidgets/pie-doughnut-chart-native/e2e/specs/maestro/Pie_chart_custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ appId: "${APP_ID}"
99
- tapOn:
1010
text: "Pie chart Custom style"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/pie_chart_custom"

packages/pluggableWidgets/pie-doughnut-chart-native/e2e/specs/maestro/Pie_chart_multiple_data_points.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ appId: "${APP_ID}"
99
- tapOn:
1010
text: "Pie chart Multiple data points"
1111
- assertVisible:
12-
text: "TextToAssert"
12+
id: "container1"
1313
- takeScreenshot:
1414
path: "maestro/images/actual/${PLATFORM}/pie_chart_multiple_data_points"

0 commit comments

Comments
 (0)