fix(test): remove seek tests, add missing tests (#1892)

This commit is contained in:
Sam Potts
2026-07-31 11:38:48 +10:00
committed by GitHub
parent 68e96079e5
commit 115229b3bc
13 changed files with 232 additions and 42 deletions
+8
View File
@@ -98,6 +98,14 @@ export class PlayerPage {
return this.page.locator(SELECTORS.thumbnail).first();
}
get tooltip(): Locator {
return this.page.locator(SELECTORS.tooltip);
}
get playTooltip(): Locator {
return this.tooltip.filter({ hasText: 'Play' }).first();
}
get popover(): Locator {
return this.page.locator(SELECTORS.popover).first();
}