mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(test): remove seek tests, add missing tests (#1892)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user