Skip to content

Commit 3a0f925

Browse files
authored
Restore welcome test (jupyterlab#14946)
* Restore welcome test * Update snapshots * Update terminal layout snapshot
1 parent 76752cd commit 3a0f925

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

galata/test/documentation/general.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ test.use({
1616
});
1717

1818
test.describe('General', () => {
19-
// FIXME restore when ipywidgets support lumino 2
20-
test.skip('Welcome', async ({ page }) => {
19+
test('Welcome', async ({ page }) => {
2120
await galata.Mock.freezeContentLastModified(page);
2221
await page.goto();
2322
await page.addStyleTag({
Loading
Loading

galata/test/documentation/plugins.test.ts-snapshots/plugins-documentation-linux.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"@jupyterlab/fileeditor-extension:tab-space-status": "Adds a file editor indentation status widget.",
9999
"@jupyterlab/help-extension:about": "Adds a \"About\" dialog feature.",
100100
"@jupyterlab/help-extension:jupyter-forum": "Adds command to open the Jupyter Forum website.",
101-
"@jupyterlab/help-extension:resources": "Adds commands to Jupyter reference documentation websites.",
101+
"@jupyterlab/help-extension:open": "Add command to open websites as panel or browser tab.",
102+
"@jupyterlab/help-extension:resources": "Adds menu entries to Jupyter reference documentation websites.",
102103
"@jupyterlab/help-extension:licenses": "Adds licenses used report tools.",
103104
"@jupyterlab/htmlviewer-extension:plugin": "Adds HTML file viewer and provides its tracker.",
104105
"@jupyterlab/hub-extension:plugin": "Registers commands related to the hub server",

0 commit comments

Comments
 (0)