Skip to content

Commit

Permalink
Re-enable test 'code pane closed at start' after electron migration (#…
Browse files Browse the repository at this point in the history
…4841)

* Re-enable 'code pane closed at start'
Relates to #4838

* Enable test on current branch

* Revert "Enable test on current branch"

This reverts commit 0d970b9.
  • Loading branch information
pierremtb authored Dec 20, 2024
1 parent c5d4250 commit e0c07ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/basic-sketch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ test.describe('Basic sketch', () => {
await doBasicSketch(page, homePage, ['code'])
})

test.fixme('code pane closed at start', async ({ page, homePage }) => {
test('code pane closed at start', async ({ page, homePage }) => {
// Load the app with the code panes
await page.addInitScript(async (persistModelingContext) => {
localStorage.setItem(
Expand Down

0 comments on commit e0c07ee

Please sign in to comment.