1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

playwright: Document some of the fixtures (#12388)

This commit is contained in:
Richard van der Hoff
2024-04-03 11:02:41 +01:00
committed by GitHub
parent 2abac6fb70
commit 9587cfacfa
2 changed files with 37 additions and 3 deletions

View File

@ -21,6 +21,9 @@ import { Client } from "./client";
import { Timeline } from "./timeline";
import { Spotlight } from "./Spotlight";
/**
* A set of utility methods for interacting with the Element-Web UI.
*/
export class ElementAppPage {
public constructor(public readonly page: Page) {}