SurfSense/surfsense_web/tests/helpers/ui/connector-status.ts
2026-05-06 17:22:37 +05:30

10 lines
351 B
TypeScript

import type { Page } from "@playwright/test";
/**
* Selectors for connector status indicators (last_indexed_at badge,
* indexing spinner, auth-expired banner). Reserved for Phase 2 UI-level
* assertions; Phase 1 specs assert these via the API.
*/
export async function reservedForPhaseTwo(_page: Page): Promise<void> {
// Intentionally empty.
}