Skip to content

Commit

Permalink
Update galata version
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Dec 8, 2023
1 parent b193733 commit 1767e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "ipyleaflet",
"license": "MIT",
"dependencies": {
"@jupyterlab/galata": "^4.3.5",
"@jupyterlab/galata": "^5.0.1",
"@playwright/test": "^1.32.0",
"klaw-sync": "^6.0.0",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/tests/ipyleaflet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const testCellOutputs = async (
test.describe("ipyleaflet Visual Regression", () => {
test.beforeEach(async ({ page, tmpPath }) => {
await page.contents.uploadDirectory(
path.resolve(__dirname, "../../notebooks"),
path.resolve(__dirname, "../notebooks"),
tmpPath
);
await page.filebrowser.openDirectory(tmpPath);
Expand Down

0 comments on commit 1767e68

Please sign in to comment.