We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0de68 commit 44cb070Copy full SHA for 44cb070
1 file changed
tests/ui/jupyter_test.py
@@ -1,3 +1,5 @@
1
+import time
2
+
3
import playwright.sync_api
4
from IPython.display import display
5
@@ -48,6 +50,9 @@ def kernel_code():
48
50
w = ipywidgets.HTML(value='<div class="ag-theme-excel"><div class="ag-row-drag" style="width: 20px; height: 20px; border: 1px dashed green"></div></div>')
49
51
display(w)
52
ipywidgets_runner(kernel_code)
53
54
+ time.sleep(1)
55
56
assert_solara_snapshot(page_session.locator(".ag-row-drag").screenshot())
57
58
0 commit comments