GHHG10's picture
download
raw
380 Bytes
import { expect, type Locator, type Page } from "@playwright/test"
export const APP_READY_TIMEOUT = 30_000
export async function expectAppVisible(locator: Locator) {
await expect(locator).toBeVisible({ timeout: APP_READY_TIMEOUT })
}
export async function expectSessionTitle(page: Page, title: string) {
await expectAppVisible(page.getByRole("heading", { name: title }))
}

Xet Storage Details

Size:
380 Bytes
·
Xet hash:
bdc03cd11a7ec76e4a2fb79b9beea137d26907064e043dfdcb01b678d6c44db2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.