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 958918f commit fc3c70cCopy full SHA for fc3c70c
galata/test/jupyterlab/sidebars.test.ts
@@ -86,7 +86,7 @@ test.describe('Sidebars', () => {
86
});
87
88
89
- // Treat file browser as two additional test cases for resized widths
+ // Additional test cases for resized widths of the file browser
90
for (const [sizeName, size] of Object.entries(sidebarWidths)) {
91
test(`Open Sidebar tab filebrowser ${sizeName}`, async ({ page }) => {
92
await page.sidebar.openTab('filebrowser');
0 commit comments