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 92f8da6 commit caa3ff6Copy full SHA for caa3ff6
galata/test/jupyterlab/sidebars.test.ts
@@ -13,6 +13,10 @@ const sidebarIds: galata.SidebarTabId[] = [
13
'extensionmanager.main-view'
14
];
15
16
+test.use({
17
+ mockState: true
18
+});
19
+
20
/**
21
* Add provided text as label on first tab in given tabbar.
22
* By default we only have icons, but we should test for the
@@ -27,10 +31,6 @@ async function mockLabelOnFirstTab(tabbar: Locator, text: string) {
27
31
}, text);
28
32
}
29
33
30
-test.use({
- tmpPath: 'test-sidebars'
-});
-
34
test.describe('Sidebars', () => {
35
sidebarIds.forEach(sidebarId => {
36
test(`Open Sidebar tab ${sidebarId}`, async ({ page }) => {
0 commit comments