Skip to content

Commit

Permalink
minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Jan 17, 2025
1 parent ac7375f commit 3300cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/pages/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { Code } from '../infra/code';
import * as os from 'os';
import test, { expect, Locator } from '@playwright/test';
import { expect, Locator } from '@playwright/test';

interface FlatVariables {
value: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Data_Frame = pd.DataFrame({
"gear": [4, 4, 4, 3, 3],
"carb": [4, 4, 1, 1, 2]
})`;
await app.workbench.console.executeCode('Python', script, '>>>');
await app.workbench.console.executeCode('Python', script);
await app.workbench.quickaccess.runCommand('workbench.panel.positronVariables.focus');

await expect(async () => {
Expand Down

0 comments on commit 3300cb7

Please sign in to comment.