playwright: Document some of the fixtures (#12388)
This commit is contained in:
parent
2abac6fb70
commit
9587cfacfa
2 changed files with 37 additions and 3 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue