We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ec7b3 commit c448e53Copy full SHA for c448e53
ui-tests/tests/jupytereverywhere.spec.ts
@@ -67,7 +67,7 @@ test.describe('General', () => {
67
});
68
69
test('Should load a read-only notebook', async ({ page }) => {
70
- await page.route('*/**/api/v1/notebooks/*', async route => {
+ await page.route('**/api/v1/notebooks/*', async route => {
71
const json = [
72
{
73
id: 'dummy-notebook-id',
0 commit comments