Browse Source

fix : webhook inputfield test case

pull/7181/head
musharaf-nocodb 11 months ago
parent
commit
4f143fc712
  1. 2
      tests/playwright/pages/Dashboard/WebhookForm/index.ts

2
tests/playwright/pages/Dashboard/WebhookForm/index.ts

@ -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}")`)

Loading…
Cancel
Save