Skip to content

Commit

Permalink
tweak hiding panels
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Sep 28, 2024
1 parent b5b6cd6 commit 42eda21
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ df2 = pd.DataFrame(data)`;
expect(tableData.length).toBe(5);
}).toPass({ timeout: 60000 });

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

});
it('Python Pandas - Verifies data explorer column info functionality [C734263] #pr', async function () {
Expand All @@ -130,7 +128,6 @@ df2 = pd.DataFrame(data)`;
expect(await app.workbench.positronDataExplorer.getColumnMissingPercent(5)).toBe('40%');

await app.workbench.positronLayouts.enterLayout('notebook');
await app.workbench.quickaccess.runCommand('workbench.action.toggleSidebarVisibility');

const col1ProfileInfo = await app.workbench.positronDataExplorer.getColumnProfileInfo(1);
expect(col1ProfileInfo).toStrictEqual({ 'Missing': '1', 'Min': '1.00', 'Median': '3.00', 'Mean': '3.00', 'Max': '5.00', 'SD': '1.83' });
Expand Down

0 comments on commit 42eda21

Please sign in to comment.