Skip to content

Commit c448e53

Browse files
authored
Update ui-tests/tests/jupytereverywhere.spec.ts
1 parent f5ec7b3 commit c448e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/jupytereverywhere.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test.describe('General', () => {
6767
});
6868

6969
test('Should load a read-only notebook', async ({ page }) => {
70-
await page.route('*/**/api/v1/notebooks/*', async route => {
70+
await page.route('**/api/v1/notebooks/*', async route => {
7171
const json = [
7272
{
7373
id: 'dummy-notebook-id',

0 commit comments

Comments
 (0)