mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Community update/uninstall e2e test fix (no-changelog) (#17884)
This commit is contained in:
@@ -14,9 +14,13 @@ export const installFirstCommunityNode = (nodeName: string) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const confirmCommunityNodeUpdate = () => {
|
export const confirmCommunityNodeUpdate = () => {
|
||||||
cy.getByTestId('communityPackageManageConfirm-modal').find('button').eq(1).click();
|
cy.getByTestId('communityPackageManageConfirm-modal')
|
||||||
|
.contains('button', 'Confirm update')
|
||||||
|
.click();
|
||||||
};
|
};
|
||||||
|
|
||||||
export const confirmCommunityNodeUninstall = () => {
|
export const confirmCommunityNodeUninstall = () => {
|
||||||
cy.getByTestId('communityPackageManageConfirm-modal').find('button').eq(1).click();
|
cy.getByTestId('communityPackageManageConfirm-modal')
|
||||||
|
.contains('button', 'Confirm uninstall')
|
||||||
|
.click();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user