test(app): session actions (#11386)

This commit is contained in:
Filip 2026-01-31 13:42:47 +01:00 committed by GitHub
commit 511c7abaca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 313 additions and 106 deletions

View file

@ -1,6 +1,6 @@
import { test, expect } from "../fixtures"
import { promptSelector } from "../selectors"
import { closeDialog, openSettings } from "../actions"
import { closeDialog, openSettings, clickListItem } from "../actions"
test("smoke providers settings opens provider selector", async ({ page, gotoSession }) => {
await gotoSession()