Skip to content

Commit

Permalink
hide bottom panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Sep 27, 2024
1 parent b47ab25 commit 12e48a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ df2 = pd.DataFrame(data)`;
}).toPass();

await app.workbench.positronSideBar.closeSecondarySideBar();
await app.workbench.quickaccess.runCommand('workbench.action.closePanel');

await expect(async () => {
const tableData = await app.workbench.positronDataExplorer.getDataExplorerTableData();
Expand All @@ -112,6 +113,7 @@ df2 = pd.DataFrame(data)`;
expect(tableData.length).toBe(5);
}).toPass({ timeout: 60000 });

await app.workbench.quickaccess.runCommand('workbench.action.restorePanel');

});
it('Python Pandas - Verifies data explorer column info functionality [C734263] #pr', async function () {
Expand Down

0 comments on commit 12e48a7

Please sign in to comment.