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) { openMessageMenu(message) {
addQuickReaction(quickReaction) addQuickReaction(quickReaction)
} }
println("Open reactions bottom sheet")
// Open reactions // Open reactions
longClickReaction(quickReaction) longClickReaction(quickReaction)
// wait for bottom sheet // wait for bottom sheet
interactWithSheet<ViewReactionsBottomSheet>(withText(R.string.reactions), openState = BottomSheetBehavior.STATE_COLLAPSED) { interactWithSheet<ViewReactionsBottomSheet>(withText(R.string.reactions), openState = BottomSheetBehavior.STATE_COLLAPSED) {
pressBack() pressBack()
} }
println("Room Detail Robot: Open reaction from emoji picker")
// Test add reaction // Test add reaction
openMessageMenu(message) { openMessageMenu(message) {
addReactionFromEmojiPicker() addReactionFromEmojiPicker()