|
|
@ -154,7 +154,7 @@ export class WebhookFormPage extends BasePage { |
|
|
|
await this.rootPage.waitForTimeout(500); |
|
|
|
await this.rootPage.waitForTimeout(500); |
|
|
|
|
|
|
|
|
|
|
|
// kludge, as the dropdown is not visible even after scroll into view
|
|
|
|
// kludge, as the dropdown is not visible even after scroll into view
|
|
|
|
await this.rootPage.locator('.ant-select-selection-search').pressSequentially(key); |
|
|
|
await this.rootPage.locator('.nc-input-hook-header-key').pressSequentially(key); |
|
|
|
await this.rootPage |
|
|
|
await this.rootPage |
|
|
|
.locator('.ant-select-dropdown:visible') |
|
|
|
.locator('.ant-select-dropdown:visible') |
|
|
|
.locator(`.ant-select-item:has-text("${key}")`) |
|
|
|
.locator(`.ant-select-item:has-text("${key}")`) |
|
|
|