-
Bug
-
Resolution: Done
-
Normal
-
4.9.z
-
None
-
Rejected
-
False
-
undefined
Description of problem:
Each feature should run also independent. The developer-catalog-details.feature installed the Serverless operator but don't create the knative-eventing resource.
Without this resource the developer catalog doesn't show the Event Sources entry.
Steps to Reproduce
- Do NOT install the Serverless operator manually
- Run yarn test-cypress-dev-console and start developer-catalog-details.feature
Actual results:
cypress fails with error:
1) Developer Catalog Page Event Sources on default Developer Catalog: A-09-TC04: AssertionError: Timed out retrying after 40000ms: Expected to find element: `[data-test="tab EventSource"]`, but never found it.
Expected results:
- Cypress install Serverless operator and create knative-eventing resource.
- Test pass successfully.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.9
Additional info:
None