-
Bug
-
Resolution: Done
-
Undefined
-
4.19
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Critical
-
None
-
None
-
None
-
None
-
Proposed
-
Release Note Not Required
-
-
None
-
None
-
None
-
None
Description of problem:
https://github.com/openshift/console/blob/main/frontend/packages/integration-tests-cypress/support/project.ts#L20-L34
this code is matching exact project name while the whole text got in Cypress is `ProjectPR <project_name>Active`
cy.get('[data-test="page-heading"] h1').should('have.text', name);
many QE tests are blocked by this issue
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: