Skip to content

Commit

Permalink
Re-enable 'code pane closed at start'
Browse files Browse the repository at this point in the history
Relates to #4838
  • Loading branch information
pierremtb committed Dec 19, 2024
1 parent 63a3bc7 commit 648bba0
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 648bba0

Please sign in to comment.