-
Notifications
You must be signed in to change notification settings - Fork 29
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
allowing more functions #243
Conversation
Co-authored-by: Alex Johnson <alex@plot.ly>
Co-authored-by: Alex Johnson <alex@plot.ly>
Co-authored-by: Alex Johnson <alex@plot.ly>
…nctions added test for setting `popupParent`
tests/test_popupparent.py
Outdated
action = utils.ActionChains(dash_duo.driver) | ||
action.double_click(grid.get_cell(0, 0)).perform() | ||
|
||
dash_duo.find_element('body > .ag-popup') |
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.
Nice test - and nice use of >
in the selector to verify that it's a direct child! Do you want to include something to assert that there's a dmc.Select in the popup? Like dash_duo.find_element('body > .ag-popup .mantine-select')
or whatever class it should have?
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.
Yeah, we can definitely do this.
…ed through to allow for functions to be parsed
added `getContextMenuItems` as a function, pending test
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.
💃 looks great!
adding filter to be allowed as a functional component without params