adding logs to try and find out where the github actions are failing

This commit is contained in:
Adam Brown 2021-11-18 18:43:59 +00:00
parent 1c6b2ceb4b
commit 08f9fad23e

View file

@ -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()