Playwright/E2E: Upgrade to playwright@1.43 and its dependencies (#26833)
* chore: upgrade to playwright@1.43 and its dependencies * fix lint * attempt to fix lint error on console
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
22d72b6df8
Коммит
20825101a4
@@ -11,7 +11,7 @@ export default class NotificationsSettings {
|
||||
|
||||
constructor(container: Locator) {
|
||||
this.container = container;
|
||||
this.keysWithHighlightDesc = container.locator('#keysWithHighlightDesc');
|
||||
this.keysWithHighlightDesc = container.locator('#keywordsAndHighlightDesc');
|
||||
}
|
||||
|
||||
async toBeVisible() {
|
||||
|
||||
Ссылка в новой задаче
Block a user