Factor out sizing mode mixin and force height of ChatFeed to stretch #12853
Annotations
11 errors
|
Test UI:
panel/tests/ui/chat/test_chat_interface_ui.py#L53
test_chat_interface_custom_js_string
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_interface_ui.py#L33
test_chat_interface_custom_js
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_interface_ui.py#L17
test_chat_interface_help
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_message.py#L15
test_chat_message_dynamic_footer_objects
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_interface_ui.py#L68
test_chat_interface_show_button_tooltips
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_interface_ui.py#L86
test_chat_interface_edit_message
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_reaction_icon.py#L14
test_toggle_icon_click
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/chat/test_chat_message.py#L27
test_chat_message_dynamic_header_objects
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/io/test_convert.py#L182
test_pyodide_test_convert_button_app[pyodide]
AssertionError: Locator expected to have class 'pn-loading pn-arc'
Actual value:
Call log:
LocatorAssertions.to_have_class with timeout 5000ms
- waiting for locator("body")
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
- locator resolved to <body>…</body>
- unexpected value ""
|
Test UI:
panel/tests/ui/command/test_serve.py#L30
test_autoreload_app
AssertionError: Locator expected to have text 'Example 1'
Actual value: TypeError: SizingModeMixin._compute_sizing_mode() takes 3 positional arguments but 4 were given
Traceback (most recent call last):
File "/home/runner/work/panel/panel/panel/io/handlers.py", line 412, in run
exec(self._code, module.__dict__)
File "/tmp/tmp_6y24gq_.py", line 1, in <module>
import panel as pn; pn.Row('Example 1').servable()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 415, in servable
self.server_doc(title=title, location=location) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 1039, in server_doc
model = self.get_root(doc)
^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/layout/base.py", line 328, in get_root
root = super().get_root(doc, comm, preprocess)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 704, in get_root
root = self._get_model(doc, comm=comm)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/layout/base.py", line 315, in _get_model
props.update(self._compute_sizing_mode(objects, props, self._direction))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: SizingModeMixin._compute_sizing_mode() takes 3 positional arguments but 4 were given
Call log:
LocatorAssertions.to_have_text with timeout 5000ms
- waiting for locator(".markdown")
- locator resolved to <div class="bk-panel-models-markup-HTML markdown alert alert-danger"></div>
- unexpected value "TypeError: SizingModeMixin._compute_sizing_mode() takes 3 positional arguments but 4 were given
Traceback (most recent call last):
File "/home/runner/work/panel/panel/panel/io/handlers.py", line 412, in run
exec(self._code, module.__dict__)
File "/tmp/tmp_6y24gq_.py", line 1, in <module>
import panel as pn; pn.Row('Example 1').servable()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 415, in servable
self.server_doc(title=title, location=location) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 1039, in server_doc
model = self.get_root(doc)
^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/layout/base.py", line 328, in get_root
root = super().get_root(doc, comm, preprocess)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 704, in get_root
root = self._get_model(doc, comm=comm)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/layout/base.py", line 315, in _get_model
props.update(self._compute_sizing_mode(objects, props, self._direction))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: SizingModeMixin._compute_sizing_mode() takes 3 positional arguments but 4 were given
"
- locator resolved to <div class="bk-panel-models-markup-HTML markdown alert alert-danger"></div>
- unexpected value "TypeError: SizingModeMixin._compute_sizing_mode() takes 3 positional arguments but 4 were given
Traceback (most recent call last):
File "/home/runner/work/panel/panel/panel/io/handlers.py", line 412, in run
exec(self._code, module.__dict__)
File "/tmp/tmp_6y24gq_.py", line 1, in <module>
import panel as pn; pn.Row('Example 1').servable()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 415, in servable
self.server_doc(title=title, location=location) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/panel/panel/panel/viewable.py", line 1039, in server_doc
model = self.get_root(doc)
^^^^^^^^^^^^^^^^^^
File "/home/runner/work/
|
Loading