adding logs to try and find out where the github actions are failing
This commit is contained in:
parent
1c6b2ceb4b
commit
08f9fad23e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user