mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
adding logs to try and find out where the github actions are failing
This commit is contained in:
parent
1c6b2ceb4b
commit
08f9fad23e
1 changed files with 2 additions and 0 deletions
|
@ -71,12 +71,14 @@ class RoomDetailRobot {
|
|||
openMessageMenu(message) {
|
||||
addQuickReaction(quickReaction)
|
||||
}
|
||||
println("Open reactions bottom sheet")
|
||||
// Open reactions
|
||||
longClickReaction(quickReaction)
|
||||
// wait for bottom sheet
|
||||
interactWithSheet<ViewReactionsBottomSheet>(withText(R.string.reactions), openState = BottomSheetBehavior.STATE_COLLAPSED) {
|
||||
pressBack()
|
||||
}
|
||||
println("Room Detail Robot: Open reaction from emoji picker")
|
||||
// Test add reaction
|
||||
openMessageMenu(message) {
|
||||
addReactionFromEmojiPicker()
|
||||
|
|
Loading…
Reference in a new issue