You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
action_sheet test: Await a bottom-sheet exit that we hadn't been awaiting
Thanks Greg for noticing that we were missing this part in the story
of the test:
#1624 (comment)
We're about to put a MessageContent in the action sheet itself,
for #217, and without this change, we'd get a failure later in the
test when two MessageContents were found when one was expected (one
in the message list and one in the action sheet).
0 commit comments