@@ -1,6 +1,6 @@
import { expect } from '@playwright/test'
import { test } from './fixtures'
-import { randomString, createRandomPage, openSidebar, newBlock, lastBlock } from './utils'
+import { randomString, createRandomPage, newBlock } from './utils'
test('render app', async ({ page }) => {
-import { createRandomPage, newBlock, lastBlock, appFirstLoaded, IsMac, IsLinux, escapeToCodeEditor, escapeToBlockEditor } from './utils'
+import { createRandomPage, escapeToCodeEditor, escapeToBlockEditor } from './utils'
/**
* NOTE: CodeMirror is a complex library that requires a lot of setup to work.
-import { createRandomPage, newBlock, lastBlock, appFirstLoaded, IsMac, IsLinux } from './utils'
+import { createRandomPage, newBlock, lastBlock, IsMac, IsLinux } from './utils'
test('open search dialog', async ({ page }) => {
if (IsMac) {