We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76230d2 commit 4395b8fCopy full SHA for 4395b8f
cypress/pages/settings-community-nodes.ts
@@ -14,9 +14,13 @@ export const installFirstCommunityNode = (nodeName: string) => {
14
};
15
16
export const confirmCommunityNodeUpdate = () => {
17
- cy.getByTestId('communityPackageManageConfirm-modal').find('button').eq(1).click();
+ cy.getByTestId('communityPackageManageConfirm-modal')
18
+ .contains('button', 'Confirm update')
19
+ .click();
20
21
22
export const confirmCommunityNodeUninstall = () => {
23
24
+ .contains('button', 'Confirm uninstall')
25
26
0 commit comments