1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

Change name for playwright helpers to be more general

This commit is contained in:
Matt Gibson
2025-10-10 10:09:36 -07:00
parent d716a8744e
commit c57f439161
9 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
import { test, expect } from "@playwright/test";
import { Play, SingleUserRecipe } from "@bitwarden/playwright-scenes";
import { Play, SingleUserRecipe } from "@bitwarden/playwright-helpers";
test("login with password", async ({ page }) => {
using scene = await Play.scene(new SingleUserRecipe({ email: "test@example.com" }));