-
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new test cases, remove detox from package.json
- Loading branch information
Showing
24 changed files
with
679 additions
and
985 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
15 changes: 15 additions & 0 deletions
15
Example/e2e/events/android-back-from-chats-none-animation.yml
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,15 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-stack-animation-picker" | ||
- tapOn: | ||
id: "stack-animation-none" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
- back | ||
|
||
- assertVisible: "9. Main | transitionStart | opening" | ||
- assertVisible: "10. Main | transitionEnd | opening" |
15 changes: 15 additions & 0 deletions
15
Example/e2e/events/android-back-from-chats-slide-from-bottom-animation.yml
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,15 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-stack-animation-picker" | ||
- tapOn: | ||
id: "stack-animation-slide_from_bottom" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
- back | ||
|
||
- assertVisible: "9. Main | transitionStart | opening" | ||
- assertVisible: "10. Main | transitionEnd | opening" |
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,11 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
- back | ||
|
||
- assertVisible: "9. Main | transitionStart | opening" | ||
- assertVisible: "10. Main | transitionEnd | opening" |
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,32 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-stack-animation-picker" | ||
- tapOn: | ||
id: "stack-animation-none" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
|
||
- runFlow: | ||
when: | ||
platform: iOS | ||
commands: | ||
# TODO: Check if it's possible to tap on type `_UIButtonBarButton` | ||
- tapOn: | ||
id: "_UIButtonBarButton" | ||
|
||
- runFlow: | ||
when: | ||
platform: Android | ||
commands: | ||
- back | ||
|
||
- assertVisible: "9. Chats | transitionStart | closing" | ||
- assertVisible: "10. Privacy | transitionStart | closing" | ||
- assertVisible: "11. Main | transitionStart | opening" | ||
- assertVisible: "12. Chats | transitionEnd | closing" | ||
- assertVisible: "13. Privacy | transitionEnd | closing" | ||
- assertVisible: "14. Main | transitionEnd | opening" |
32 changes: 32 additions & 0 deletions
32
Example/e2e/events/back-from-chats-slide-from-bottom-animation.yml
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,32 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-stack-animation-picker" | ||
- tapOn: | ||
id: "stack-animation-slide_from_bottom" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
|
||
- runFlow: | ||
when: | ||
platform: iOS | ||
commands: | ||
# TODO: Check if it's possible to tap on type `_UIButtonBarButton` | ||
- tapOn: | ||
id: "_UIButtonBarButton" | ||
|
||
- runFlow: | ||
when: | ||
platform: Android | ||
commands: | ||
- back | ||
|
||
- assertVisible: "9. Chats | transitionStart | closing" | ||
- assertVisible: "10. Privacy | transitionStart | closing" | ||
- assertVisible: "11. Main | transitionStart | opening" | ||
- assertVisible: "12. Chats | transitionEnd | closing" | ||
- assertVisible: "13. Privacy | transitionEnd | closing" | ||
- assertVisible: "14. Main | transitionEnd | opening" |
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,28 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
|
||
- runFlow: | ||
when: | ||
platform: iOS | ||
commands: | ||
# TODO: Check if it's possible to tap on type `_UIButtonBarButton` | ||
- tapOn: | ||
id: "_UIButtonBarButton" | ||
|
||
- runFlow: | ||
when: | ||
platform: Android | ||
commands: | ||
- back | ||
|
||
- assertVisible: "9. Chats | transitionStart | closing" | ||
- assertVisible: "10. Privacy | transitionStart | closing" | ||
- assertVisible: "11. Main | transitionStart | opening" | ||
- assertVisible: "12. Chats | transitionEnd | closing" | ||
- assertVisible: "13. Privacy | transitionEnd | closing" | ||
- assertVisible: "14. Main | transitionEnd | opening" |
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,10 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- assertVisible: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
|
||
- assertVisible: "1. Main | transitionStart | opening" | ||
- assertVisible: "2. Main | transitionEnd | opening" |
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,20 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: check-playground-exist.yml | ||
- runFlow: back-from-chats.yml | ||
- runFlow: back-from-chats-none-animation.yml | ||
- runFlow: slide-from-bottom-animation.yml | ||
- runFlow: back-from-chats-slide-from-bottom-animation.yml | ||
|
||
- runFlow: | ||
when: | ||
platform: Android | ||
file: android-back-from-chats.yml | ||
- runFlow: | ||
when: | ||
platform: Android | ||
file: android-back-from-chats-none-animation.yml | ||
- runFlow: | ||
when: | ||
platform: Android | ||
file: android-back-from-chats-slide-from-bottom-animation.yml |
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,18 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: | ||
id: "root-screen-playground-Events" | ||
- tapOn: | ||
id: "events-stack-animation-picker" | ||
- tapOn: | ||
id: "stack-animation-slide_from_bottom" | ||
- tapOn: | ||
id: "events-go-to-chats" | ||
|
||
- assertVisible: "3. Main | transitionStart | closing" | ||
- assertVisible: "4. Chats | transitionStart | opening" | ||
- assertVisible: "5. Privacy | transitionStart | opening" | ||
- assertVisible: "6. Main | transitionEnd | closing" | ||
- assertVisible: "7. Chats | transitionEnd | opening" | ||
- assertVisible: "8. Privacy | transitionEnd | opening" |
Oops, something went wrong.