Skip to content

Commit

Permalink
Update two more snapshots, switch serial assertions to soft
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 1, 2024
1 parent 1e65ace commit f8e8f12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-tests/tests/notebook.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test.describe('Initialization', () => {
await guestPage.notebook.open(pathUntitled);

const nbPanel = await page.notebook.getNotebookInPanel();
expect(await nbPanel?.screenshot()).toMatchSnapshot(
expect.soft(await nbPanel?.screenshot()).toMatchSnapshot(
'initialization-create-notebook-host.png'
);

Expand All @@ -133,7 +133,7 @@ test.describe('Initialization', () => {
await guestPage.notebook.open(exampleNotebook);

const nbPanel = await page.notebook.getNotebookInPanel();
expect(await nbPanel?.screenshot()).toMatchSnapshot(
expect.soft(await nbPanel?.screenshot()).toMatchSnapshot(
'initialization-open-notebook-host.png'
);

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.

0 comments on commit f8e8f12

Please sign in to comment.