-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for background color and border width in text.yml (#46829)
Summary: Part of this: #46757 Solves: - ME2E0017 - ME2E0018 ## 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: #46829 Test Plan: yarn e2e-test-ios yarn e2e-test-android Reviewed By: rshest Differential Revision: D63889079 Pulled By: cipolleschi fbshipit-source-id: ca2ede3142d77170fcb4121b025eab56818ffb07
- Loading branch information
1 parent
1a2532b
commit fa62b7e
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp | ||
--- | ||
- launchApp | ||
- assertVisible: "Components" | ||
- scrollUntilVisible: | ||
element: | ||
id: "Text" | ||
direction: DOWN | ||
speed: 60 | ||
- tapOn: | ||
id: "Text" | ||
- scrollUntilVisible: | ||
element: | ||
id: "background-border-width" | ||
direction: DOWN | ||
speed: 10 | ||
visibilityPercentage: 100 | ||
- assertVisible: "Text with background color only" | ||
- assertVisible: "Text with background color and uniform borderRadii" | ||
- assertVisible: "Text with background color and non-uniform borders" | ||
- assertVisible: "Text with borderWidth" | ||
- assertVisible: "Text with background AND borderWidth" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters