Skip to content

Commit

Permalink
Restore welcome test (jupyterlab#14946)
Browse files Browse the repository at this point in the history
* Restore welcome test

* Update snapshots

* Update terminal layout snapshot
  • Loading branch information
fcollonval authored Aug 14, 2023
1 parent 76752cd commit 3a0f925
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions galata/test/documentation/general.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ test.use({
});

test.describe('General', () => {
// FIXME restore when ipywidgets support lumino 2
test.skip('Welcome', async ({ page }) => {
test('Welcome', async ({ page }) => {
await galata.Mock.freezeContentLastModified(page);
await page.goto();
await page.addStyleTag({
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"@jupyterlab/fileeditor-extension:tab-space-status": "Adds a file editor indentation status widget.",
"@jupyterlab/help-extension:about": "Adds a \"About\" dialog feature.",
"@jupyterlab/help-extension:jupyter-forum": "Adds command to open the Jupyter Forum website.",
"@jupyterlab/help-extension:resources": "Adds commands to Jupyter reference documentation websites.",
"@jupyterlab/help-extension:open": "Add command to open websites as panel or browser tab.",
"@jupyterlab/help-extension:resources": "Adds menu entries to Jupyter reference documentation websites.",
"@jupyterlab/help-extension:licenses": "Adds licenses used report tools.",
"@jupyterlab/htmlviewer-extension:plugin": "Adds HTML file viewer and provides its tracker.",
"@jupyterlab/hub-extension:plugin": "Registers commands related to the hub server",
Expand Down

0 comments on commit 3a0f925

Please sign in to comment.