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
structPopoverMenu:Element{letid:String?=nil// There is only one menu shared across the app, and it has no ID.letindex:Int=0lettype:XCUIElement.ElementType=.menu
letparent:ElementvarnumberOfItems:Int{return underlyingXCUIElement.descendants(matching:.menuItem).count }init(parent:Element=App.shared){self.parent = parent
}varcopy:Item{returnitem(withID:"Copy")}func item(withID id:String)->Item{returnItem(id: id, parent:self)}}extensionPopoverMenu{structItem:Element,Tappable{letid:String?lettype:XCUIElement.ElementType=.menuItem
letparent:Elementinit(id:String, parent:PopoverMenu){self.id = id
self.parent = parent
}}}
The text was updated successfully, but these errors were encountered:
Disregard that mention ^ as far as I can see that wasn't added so I'm not sure why I mentioned it here. Perhaps I meant to reference a different issue.
The text was updated successfully, but these errors were encountered: