Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/playwright-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "4.1.0",
"version": "5.0.0",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
Expand Down
163 changes: 0 additions & 163 deletions packages/playwright-common/src/fixtures/toasts.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/playwright-common/src/fixtures/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { type Page } from "@playwright/test";
import { sample, uniqueId } from "lodash-es";

// We want to avoid using `mergeTests` in index.ts because it drops useful type
// information about the fixtures. Instead, we add `toasts` into our fixture
// information about the fixtures. Instead, we add `services` into our fixture
// suite by using its `test` as a base, so that there is a linear hierarchy.
import { test as base } from "./toasts.js";
import { test as base } from "./services.js";
import { type Credentials } from "../utils/api.js";

/** Adds an initScript to the given page which will populate localStorage appropriately so that Element will use the given credentials. */
Expand Down
Loading