Add support for FigureWidget events #12643
Annotations
6 errors
Test UI:
panel/tests/ui/pane/test_plotly.py#L234
test_plotly_click_data_figure_widget
AttributeError: 'NoneType' object has no attribute 'ctrl'
|
Test UI:
panel/tests/ui/pane/test_plotly.py#L163
test_plotly_hover_data
TimeoutError: wait_until timed out in 5000 milliseconds: assert {'inputDevice...lector': None} == {'device_stat...lector': None}
Omitting 2 identical items, use -vv to show
Left contains 1 more item:
{'inputDeviceState': {'alt': False,
'button': 0,
'buttons': 0,
'ctrl': False,
'meta': False,
'shift': False}}
Right contains 1 more item:
{'device_state': {'alt': False,
'button': 0,
'buttons': 0,
'ctrl': False,
'meta': False,
'shift': False}}
Full diff:
{
- 'device_state': {
? ^ ^^
+ 'inputDeviceState': {
? ^^^^^^ ^
'alt': False,
'button': 0,
'buttons': 0,
'ctrl': False,
'meta': False,
'shift': False,
},
'points': [
{
'curveNumber': 0,
'pointIndex': 0,
'pointNumber': 0,
'x': 0,
'y': 2,
},
],
'selector': None,
}
|
Test UI:
panel/tests/ui/pane/test_plotly.py#L202
test_plotly_click_data
TimeoutError: wait_until timed out in 5000 milliseconds: assert {'inputDevice...lector': None} == {'device_stat...lector': None}
Omitting 2 identical items, use -vv to show
Left contains 1 more item:
{'inputDeviceState': {'alt': False,
'button': 0,
'buttons': 1,
'ctrl': False,
'meta': False,
'shift': False}}
Right contains 1 more item:
{'device_state': {'alt': False,
'button': 0,
'buttons': 1,
'ctrl': False,
'meta': False,
'shift': False}}
Full diff:
{
- 'device_state': {
? ^ ^^
+ 'inputDeviceState': {
? ^^^^^^ ^
'alt': False,
'button': 0,
'buttons': 1,
'ctrl': False,
'meta': False,
'shift': False,
},
'points': [
{
'curveNumber': 0,
'pointIndex': 0,
'pointNumber': 0,
'x': 0,
'y': 2,
},
],
'selector': None,
}
|
Test UI:
panel/tests/ui/pane/test_plotly.py#L284
test_plotly_img_plot
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/test_custom.py#L417
test_send_msg[ReactSendMsg]
playwright._impl._errors.TimeoutError: Locator.click: Timeout 20000ms exceeded.
Call log:
waiting for locator("#button")
- locator resolved to <button id="button"></button>
- attempting click action
- waiting for element to be visible, enabled and stable
|
Test UI
Process completed with exit code 1.
|
Loading