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:
@@ -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" }));
|
||||
|
||||
Reference in New Issue
Block a user