mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:16:52 +00:00
test(misc): webhook header search, remove wait in openTableTab
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -26,24 +26,13 @@ function createWebhook(hook, test) {
|
||||
cy.get(".nc-input-hook-header-key")
|
||||
.should("exist")
|
||||
.click()
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}")
|
||||
.type("{downarrow}");
|
||||
.type("Content-Type{enter}");
|
||||
|
||||
cy.getActiveSelection(".nc-dropdown-webhook-header")
|
||||
.find(".ant-select-item-option-content")
|
||||
.contains("Content-Type")
|
||||
.should("exist")
|
||||
.click();
|
||||
// cy.getActiveSelection(".nc-dropdown-webhook-header")
|
||||
// .find(".ant-select-item-option-content")
|
||||
// .contains("Content-Type")
|
||||
// .should("exist")
|
||||
// .click();
|
||||
|
||||
cy.get("input.nc-input-hook-header-value")
|
||||
.should("exist")
|
||||
|
||||
Reference in New Issue
Block a user