test(app): guard new e2e specs

This commit is contained in:
LukeParkerDev 2026-07-10 09:12:19 +10:00
parent 9a2131852d
commit 7243a33e03
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
import { expect, test } from "@playwright/test"
import { expect, test } from "../fixtures"
import { base64Encode } from "@opencode-ai/core/util/encode"
import { mockOpenCodeServer } from "../utils/mock-server"

View file

@ -1,4 +1,4 @@
import { expect, test } from "@playwright/test"
import { expect, test } from "../fixtures"
import { mockOpenCodeServer } from "../utils/mock-server"
import { expectAppVisible } from "../utils/waits"

View file

@ -1,5 +1,5 @@
import { base64Encode } from "@opencode-ai/core/util/encode"
import { expect, test } from "@playwright/test"
import { expect, test } from "../fixtures"
import { mockOpenCodeServer } from "../utils/mock-server"
import { expectSessionTitle } from "../utils/waits"

View file

@ -1,5 +1,5 @@
import { base64Encode } from "@opencode-ai/core/util/encode"
import { expect, test, type Page } from "@playwright/test"
import { expect, test, type Page } from "../fixtures"
import { mockOpenCodeServer } from "../utils/mock-server"
import { expectSessionTitle } from "../utils/waits"

View file

@ -1,4 +1,4 @@
import { expect, test, type Page } from "@playwright/test"
import { expect, test, type Page } from "../fixtures"
import { mockOpenCodeServer } from "../utils/mock-server"
import { expectSessionTitle } from "../utils/waits"