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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) {}