As a developer, I want to go through the e2e tests and remove PatternFly classnames being used as selectors so that future PatternFly upgrades do not break integration tests.
AC:
- discover which e2e tests exist that call out PatternFly classnames as selectors (search for '.pf')
- remove and replace any PatternFly classnames from `frontend/packages/gitops-plugin/integration-tests`
- clones
-
ODC-7432 Remove PatternFly classname selectors from gitops-plugin integration tests
- Closed