Bump plotly.js version to 3.0.1 #12829
Annotations
4 errors
Test UI:
panel/tests/ui/io/test_reload.py#L106
test_reload_app_on_local_module_change
TimeoutError: wait_until timed out in 5000 milliseconds: Locator expected to have text 'bar'
Actual value: foo
Call log:
LocatorAssertions.to_have_text with timeout 5000ms
- waiting for locator(".markdown")
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div>
- unexpected value "foo
"
|
Test UI:
panel/tests/ui/pane/test_plotly.py#L234
test_plotly_click_data_figure_widget
TimeoutError: wait_until timed out in 5000 milliseconds: assert [0] == [1]
At index 0 diff: 0 != 1
Full diff:
[
- 1,
? ^
+ 0,
? ^
]
|
Test UI:
panel/tests/ui/pane/test_plotly.py#L202
test_plotly_click_data
TimeoutError: wait_until timed out in 5000 milliseconds: assert {'device_stat...lector': None} == {'device_stat...lector': None}
Omitting 2 identical items, use -vv to show
Differing items:
{'points': [{'curveNumber': 0, 'pointIndex': 0, 'pointNumber': 0, 'x': 0, ...}]} != {'points': [{'curveNumber': 0, 'pointIndex': 1, 'pointNumber': 1, 'x': 1, ...}]}
Full diff:
{
'device_state': {
'alt': False,
'button': 0,
'buttons': 1,
'ctrl': False,
'meta': False,
'shift': False,
},
'points': [
{
'curveNumber': 0,
- 'pointIndex': 1,
? ^
+ 'pointIndex': 0,
? ^
- 'pointNumber': 1,
? ^
+ 'pointNumber': 0,
? ^
- 'x': 1,
? ^
+ 'x': 0,
? ^
- 'y': 3,
? ^
+ 'y': 2,
? ^
},
],
'selector': None,
}
|
Test UI
Process completed with exit code 1.
|
Loading