File tree Expand file tree Collapse file tree
packages/playwright-common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @element-hq/element-web-playwright-common" ,
33 "type" : " module" ,
4- "version" : " 4.1 .0" ,
4+ "version" : " 5.0 .0" ,
55 "license" : " SEE LICENSE IN README.md" ,
66 "repository" : {
77 "type" : " git" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import { type Page } from "@playwright/test";
1010import { sample , uniqueId } from "lodash-es" ;
1111
1212// We want to avoid using `mergeTests` in index.ts because it drops useful type
13- // information about the fixtures. Instead, we add `toasts ` into our fixture
13+ // information about the fixtures. Instead, we add `services ` into our fixture
1414// suite by using its `test` as a base, so that there is a linear hierarchy.
15- import { test as base } from "./toasts .js" ;
15+ import { test as base } from "./services .js" ;
1616import { type Credentials } from "../utils/api.js" ;
1717
1818/** Adds an initScript to the given page which will populate localStorage appropriately so that Element will use the given credentials. */
You can’t perform that action at this time.
0 commit comments