Skip to content

Commit

Permalink
test: remove save
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Apr 30, 2024
1 parent 0e26565 commit 54228fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui-tests/examples.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test("1-Getting-Started", async ({ page, request, tmpPath }) => {
// Wait for Aladin to pop
await setTimeout(1000); // 1s
// Save
await page.notebook.save();
//await page.notebook.save();
// And check snapshot
expect(await page.screenshot()).toMatchSnapshot();
});

0 comments on commit 54228fa

Please sign in to comment.