Skip to content
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

Merged
merged 14 commits into from
Oct 16, 2023
Merged

Conversation

BSd3v
Copy link
Collaborator

@BSd3v BSd3v commented Oct 12, 2023

adding filter to be allowed as a functional component without params

Co-authored-by: Alex Johnson <alex@plot.ly>
Co-authored-by: Alex Johnson <alex@plot.ly>
BSd3v and others added 3 commits October 13, 2023 10:13
Co-authored-by: Alex Johnson <alex@plot.ly>
…nctions

added test for setting `popupParent`
action = utils.ActionChains(dash_duo.driver)
action.double_click(grid.get_cell(0, 0)).perform()

dash_duo.find_element('body > .ag-popup')
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

@BSd3v BSd3v linked an issue Oct 13, 2023 that may be closed by this pull request
added `getContextMenuItems` as a function, pending test
@BSd3v BSd3v changed the title allowing-filter-functions allowing more functions Oct 13, 2023
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 looks great!

@alexcjohnson alexcjohnson merged commit 8614b97 into plotly:dev Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants