Skip to content

Commit

Permalink
e2e: split notebook vars test (#5177)
Browse files Browse the repository at this point in the history
Splitting test for stability reasons.
  • Loading branch information
midleman authored Oct 25, 2024
1 parent 0946fe5 commit b453786
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { Application, PositronPythonFixtures, PositronRFixtures } from '../../..
import { setupAndStartApp } from '../../../test-runner/test-hooks';

describe('Variables Pane - Notebook #pr #web', () => {
setupAndStartApp();

describe('Python Notebook Variables Pane', () => {
setupAndStartApp();

before(async function () {
await PositronPythonFixtures.SetupFixtures(this.app as Application);
Expand Down Expand Up @@ -51,6 +51,7 @@ describe('Variables Pane - Notebook #pr #web', () => {


describe('R Notebook Variables Pane', () => {
setupAndStartApp();

before(async function () {
await PositronRFixtures.SetupFixtures(this.app as Application);
Expand Down

0 comments on commit b453786

Please sign in to comment.