Skip to content

test: handle dynamic manage selectors - #4845

Merged
tenthe merged 1 commit into
devfrom
4844-fix-three-failing-nightly-cypress-tests
Aug 24, 2026
Merged

test: handle dynamic manage selectors#4845
tenthe merged 1 commit into
devfrom
4844-fix-three-failing-nightly-cypress-tests

Conversation

@tenthe

@tenthe tenthe commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Purpose

This PR fixes three failing nightly Cypress tests after pipeline manage actions switched to resource-specific selectors:

  • renamePipelineTest.spec.ts
  • testGroupManagement.spec.ts
  • testUserRolePipeline.spec.ts

Changes

  • Escapes dynamic manage selectors so resource names containing spaces are handled correctly.
  • Updates the pipeline rename test to select the manage action using the pipeline name.
  • Verifies denied permission management through the current manage dialog instead of the removed legacy selector.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@tenthe tenthe linked an issue Aug 24, 2026 that may be closed by this pull request
@github-actions github-actions Bot added ui Anything that affects the UI testing Relates to any kind of test (unit test, integration, or E2E test). labels Aug 24, 2026
@tenthe
tenthe merged commit 7b4cf17 into dev Aug 24, 2026
27 checks passed
@tenthe
tenthe deleted the 4844-fix-three-failing-nightly-cypress-tests branch August 24, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Relates to any kind of test (unit test, integration, or E2E test). ui Anything that affects the UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix three failing nightly Cypress tests

2 participants