Skip to content

Commit

Permalink
chore: test case added for Image (#46831)
Browse files Browse the repository at this point in the history
Summary:
Part of this: #46757
Solves:

ME2E0019
## Changelog:
[ Internal ] [ Added ] - Added a test case for Image
<!-- 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

Pull Request resolved: #46831

Test Plan:
yarn e2e-test-ios
yarn e2e-test-android

Reviewed By: cortinico

Differential Revision: D63889719

Pulled By: cipolleschi

fbshipit-source-id: 674879066ec159f11894f24935fe39a86ea1ea63
  • Loading branch information
sarthak-d11 authored and facebook-github-bot committed Oct 9, 2024
1 parent 0449630 commit d0e5053
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/rn-tester/.maestro/image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- launchApp
- assertVisible: "Components"
- scrollUntilVisible:
element:
id: "Image"
direction: DOWN
speed: 40
- tapOn:
id: "Image"
- assertVisible: "Plain Network Image with `source` prop."

0 comments on commit d0e5053

Please sign in to comment.