Skip to content

Commit 8be50cc

Browse files
committed
log refresh request intercepted
1 parent dce9ac3 commit 8be50cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui-tests/tests/filesystem_interaction.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ test('test refresh for updated files list', async ({ page }) => {
409409
await page.route(
410410
'http://localhost:8888/jupyter_fsspec/files?key=mymem&item_path=&type=default&refresh=true&**',
411411
route => {
412+
console.log('Intercepting refresh request');
412413
route.fulfill({
413414
status: 200,
414415
contentType: 'application/json',

0 commit comments

Comments
 (0)