-
-
Notifications
You must be signed in to change notification settings - Fork 524
UI tests
Philipp Rudiger edited this page Jun 22, 2022
·
4 revisions
-
Plotly
[Thuy]- Test plot is rendered
- Ensure clicking on plot updates
click_data
in Python - Ensure hovering over plot updates
hover_data
in Python - Ensure selecting data in plot updates
selected_data
in Python - Ensure panning on plot updates
viewport
in Python - ...
- Quill/TextEditor
- Check updating
value
in Python updates editor in JS - Ensure typing into texteditor update Python
value
- Ensure updating
placeholder
in Python updates editor in JS - ...
- Check updating
-
Card
[Thuy]- Card expands collapses on header click and when setting
collapsed=True
in Python - Card does not expand/collapse if
collapsible=False
- ...
- Card expands collapses on header click and when setting
-
Accordion
[Thuy]- Check all Cards except one collapses if toggle=True
- Ensure toggling Cards updates
active
- ...
-
DatetimePicker
[Thuy] -
Location
[Thuy]- Check setting URL parameters in Python updates
document.location
- Check setting
hash
in Python updatesdocument.location
- Check setting
document.location
updatespn.state.location
- Check setting URL parameters in Python updates
-
ReactiveHTML
[@philippjfr] - tabulator [@maximlt]