mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 05:56:38 +00:00
chore (CY): active menu- class name mapping corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ let hookPath = "http://localhost:9090/hook";
|
||||
|
||||
function createWebhook(hook, test) {
|
||||
cy.get('.nc-actions-menu-btn').should('exist').click();
|
||||
cy.getActiveMenu(".nc-dropdown-webhook").find('.ant-dropdown-menu-title-content').contains('Webhooks').click()
|
||||
cy.getActiveMenu(".nc-dropdown-actions-menu").find('.ant-dropdown-menu-title-content').contains('Webhooks').click()
|
||||
|
||||
// cy.get(".nc-btn-webhook").should("exist").click();
|
||||
cy.get(".nc-btn-create-webhook").should("exist").click();
|
||||
|
||||
Reference in New Issue
Block a user