You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/Inspectables.test.tsx
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -57,22 +57,23 @@ afterEach(async () => {
57
57
}
58
58
});
59
59
60
-
it('renders info message about no inspectable when none is available',async()=>{
Copy file name to clipboardExpand all lines: sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InteractiveInspector.test.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ it('updates session info on change', async () => {
Copy file name to clipboardExpand all lines: sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/kernel/InterruptKernelButton.test.tsx
+33-31Lines changed: 33 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -53,40 +53,42 @@ afterEach(async () => {
53
53
}
54
54
});
55
55
56
-
it('displays a button when the kernel model is not done with execution',async()=>{
0 commit comments