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 dce9ac3 commit 8be50ccCopy full SHA for 8be50cc
1 file changed
ui-tests/tests/filesystem_interaction.test.ts
@@ -409,6 +409,7 @@ test('test refresh for updated files list', async ({ page }) => {
409
await page.route(
410
'http://localhost:8888/jupyter_fsspec/files?key=mymem&item_path=&type=default&refresh=true&**',
411
route => {
412
+ console.log('Intercepting refresh request');
413
route.fulfill({
414
status: 200,
415
contentType: 'application/json',
0 commit comments