This is an automated email from the ASF dual-hosted git repository. tenthe pushed a commit to branch fix-e2-tests in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 9ffb6f38b3982561a6d999362283099daf5284b6 Author: Philipp Zehnder <[email protected]> AuthorDate: Fri Jul 24 09:29:14 2026 +0000 test: support pipeline manage selector --- ui/cypress/support/utils/user/PermissionUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/cypress/support/utils/user/PermissionUtils.ts b/ui/cypress/support/utils/user/PermissionUtils.ts index 696165bc76..01460da2ff 100644 --- a/ui/cypress/support/utils/user/PermissionUtils.ts +++ b/ui/cypress/support/utils/user/PermissionUtils.ts @@ -33,7 +33,7 @@ export class PermissionUtils { cy.wrap($specific).click(); } else { cy.get( - '[data-cy="open-manage-permissions"], [data-cy="open-manage-adapter"]', + '[data-cy="open-manage-permissions"], [data-cy="open-manage-adapter"], [data-cy="open-manage-pipeline"]', ) .should('be.visible') .click();
