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 688937b commit d585ac7Copy full SHA for d585ac7
galata/test/jupyterlab/sidebars.test.ts
@@ -19,6 +19,10 @@ const sidebarIds: galata.SidebarTabId[] = sidebarElementIds[
19
'left-sidebar'
20
].concat(sidebarElementIds['right-sidebar']);
21
22
+test.use({
23
+ mockState: true
24
+});
25
+
26
/**
27
* Add provided text as label on first tab in given tabbar.
28
* By default we only have icons, but we should test for the
@@ -33,10 +37,6 @@ async function mockLabelOnFirstTab(tabbar: Locator, text: string) {
33
37
}, text);
34
38
}
35
39
36
-test.use({
- tmpPath: 'test-sidebars'
-});
-
40
test.describe('Sidebars', () => {
41
sidebarIds.forEach(sidebarId => {
42
test(`Open Sidebar tab ${sidebarId}`, async ({ page }) => {
0 commit comments