Documentation ¶
Overview ¶
Package emojipicker contains common functions shared by Emoji-picker related tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootFinder = nodewith.Name("Emoji Picker").Role(role.RootWebArea) NodeFinder = nodewith.Ancestor(RootFinder) SearchFieldFinder = NodeFinder.Name("Search").Role(role.SearchBox) RecentUsedHeading = NodeFinder.Name("Recently used").Role(role.Heading) RecentUsedMenu = nodewith.Role(role.Button).Ancestor(RecentUsedHeading) ClearRecentlyUsedButtonFinder = NodeFinder.Name("Clear recently used emojis").Role(role.Button) )
Emoji picker ui node finders.
Functions ¶
func NewUICtx ¶
NewUICtx creates a new UI context used in emoji picker related tests. Emoji picker has too many UI nodes and causes a slow refresh in A11y.
func WaitUntilExists ¶
WaitUntilExists returns an action to wait until emoji picker appears.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.