fix mypy (#7512) #12316
Annotations
4 errors
Test UI:
panel/tests/ui/io/test_reload.py#L107
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
"
|
Test UI:
panel/tests/ui/pane/test_image.py#L34
test_png_native_size[False]
assert 0 == 800
|
Test UI:
panel/tests/ui/pane/test_image.py#L42
test_png_native_size_with_width[False]
assert 0 == 150
|
Test UI:
panel/tests/ui/pane/test_image.py#L73
test_png_scale_height[False-scale_height]
assert 0 == 653
+ where 0 = int(0)
|
Loading