mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Added Submit Application test to button.yml (#46805)
Summary: Part of this: https://github.com/facebook/react-native/issues/46757 Solves: - ME2E0011 - ME2E0012 ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [ Internal ] [ Added ] - Add e2e test for button Pull Request resolved: https://github.com/facebook/react-native/pull/46805 Test Plan: ``` yarn e2e-test-ios yarn e2e-test-android ``` Reviewed By: cortinico Differential Revision: D63829243 Pulled By: cipolleschi fbshipit-source-id: 87d8e62650c66fb07e116877a212eff79f10eaf2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a1ec345e2a
commit
699f73a6b0
@@ -0,0 +1,15 @@
|
||||
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
|
||||
---
|
||||
- launchApp
|
||||
- assertVisible: "Components"
|
||||
- scrollUntilVisible:
|
||||
element:
|
||||
id: "Button"
|
||||
direction: DOWN
|
||||
speed: 40
|
||||
- tapOn:
|
||||
id: "Button"
|
||||
- tapOn:
|
||||
id: "button_default_styling"
|
||||
- assertVisible: "Your application has been submitted!"
|
||||
- tapOn: "OK"
|
||||
Reference in New Issue
Block a user