Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .maestro/tests/room/jump-to-message.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:

# should jump to an old message and load its surroundings
- runFlow:
file: '../../helpers/navigate-to-room.yaml'
file: '../../helpers/search-and-navigate-room.yaml'
env:
ROOM: 'jumping'
- extendedWaitUntil:
Expand Down Expand Up @@ -61,7 +61,7 @@ tags:

# should load messages on scroll
- runFlow:
file: '../../helpers/navigate-to-room.yaml'
file: '../../helpers/search-and-navigate-room.yaml'
env:
ROOM: 'jumping'
- extendedWaitUntil:
Expand All @@ -82,7 +82,7 @@ tags:

# should search for old message and load its surroundings
- runFlow:
file: '../../helpers/navigate-to-room.yaml'
file: '../../helpers/search-and-navigate-room.yaml'
env:
ROOM: 'jumping'
- extendedWaitUntil:
Expand Down Expand Up @@ -188,7 +188,7 @@ tags:

# should navigate to a thread from another room
- runFlow:
file: '../../helpers/navigate-to-room.yaml'
file: '../../helpers/search-and-navigate-room.yaml'
env:
ROOM: 'jumping'
- extendedWaitUntil:
Expand Down Expand Up @@ -237,10 +237,11 @@ tags:
timeout: 60000
- extendedWaitUntil:
visible:
text: '.*quoted.*'
id: '.*reply-.*-quoted.*'
timeout: 60000
- longPressOn:
text: 'quoted'
id: '.*reply-.*-quoted.*'
retryTapIfNoChange: true
- extendedWaitUntil:
visible:
text: 'Jump to message'
Expand Down
2 changes: 1 addition & 1 deletion .maestro/tests/room/room-last-message-thread-50-plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:

# should open a room where the last message is a thread containing more than 50 messages.
- runFlow:
file: '../../helpers/navigate-to-room.yaml'
file: '../../helpers/search-and-navigate-room.yaml'
env:
ROOM: 'maestro_test_load_threads'
- extendedWaitUntil:
Expand Down
10 changes: 9 additions & 1 deletion .maestro/tests/room/room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ tags:
id: message-composer-input
timeout: 60000
- inputText: ':joy'
- extendedWaitUntil:
visible:
id: autocomplete-item-joystick
timeout: 60000
- extendedWaitUntil:
visible:
id: autocomplete-item-joy
Expand Down Expand Up @@ -161,7 +165,11 @@ tags:
- tapOn:
id: emoji-searchbar-input
- inputText: 'laughing'
- hideKeyboard
- runFlow:
when:
platform: android
commands:
- hideKeyboard
- extendedWaitUntil:
visible:
id: emoji-laughing
Expand Down
Loading