Skip to content

Commit

Permalink
test: adapt e2e test for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent 3f2a4eb commit ff71fd8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions packages/react-native-app/e2e/show-map.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
appId: org.maplibre.reactnative.example
---
- launchApp
- tapOn: "Map ›"
- tapOn: "Show Map ›"
- tapOn: "Map[,]?"
- tapOn: "Show Map[,]?"
- assertVisible: "Show Map"
- assertVisible: "Map"
- tapOn: "About this map"

- runFlow:
when:
platform: Android
commands:
- tapOn: "Attribution icon. Activate to show attribution dialog."
- assertVisible: "MapLibre Maps SDK for Android"

- runFlow:
when:
platform: iOS
commands:
- tapOn: "About this map"
- assertVisible: "MapLibre Native iOS"

0 comments on commit ff71fd8

Please sign in to comment.