-
Notifications
You must be signed in to change notification settings - Fork 33
Pin unpin chat #2597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Pin unpin chat #2597
Conversation
await $(AppBar).$(TextField).enterText(searchText); | ||
// await SearchRobot($).enterSearchText(searchText); | ||
await ChatGroupDetailRobot($).waitForEitherVisible($: $, first: $(TwakeListItem), second: $("No Results"), timeout: const Duration(seconds: 10)); | ||
await Future.delayed(const Duration(seconds: 2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't want to add the click on a search result and see if it display / scroll to the right message? (We know that today, it doesn't work, maybe that's why you didn't add it here?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for your suggestion @Crash-- .In the next PRs, I’ll try simulating the user’s scroll actions to figure out the item they want
Ticket
this ticket contains code for 2 script: "Search for messages inside a chat" , "Pin/unpin a chat"
Resolved
pin.unpin.a.chat.mov
Search.for.messages.inside.a.chat.mov