Skip to content

Commit b8d0b7c

Browse files
committed
[RN][CI] Fix E2E tests for template
1 parent 46ddb60 commit b8d0b7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-all.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
flavor: ${{ matrix.flavor }}
231231

232232
test_e2e_ios_templateapp:
233-
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
233+
# if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
234234
runs-on: macos-13-large
235235
needs: [build_npm_package, prebuild_apple_dependencies]
236236
env:
@@ -323,7 +323,7 @@ jobs:
323323
architecture: ${{ matrix.architecture }}
324324

325325
test_e2e_android_templateapp:
326-
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
326+
# if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
327327
runs-on: 4-core-ubuntu
328328
needs: build_npm_package
329329
continue-on-error: true

scripts/e2e/.maestro/start.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
appId: ${APP_ID} # iOS: org.reactjs.native.example.RNTestProject | Android: com.rntestproject
22
---
33
- launchApp
4-
- assertVisible: "Step One"
4+
- assertVisible: "Welcome to React Native"

0 commit comments

Comments
 (0)