Background: As of now, a successful installation of the Helm chart would make an entry in the Helm Releases table with "Deployed' status. Although navigation feature file mentions about validating "failed" and "other" status entries in the table, there are no background steps for the same.
Objective:
- Is to simulate "failed" and "other" status which makes an entry in the table in Helm Releases page so that it can be tested against the existing code in this [PR|https://github.com/openshift/console/pull/7852|https://github.com/openshift/console/pull/7852]
- the above simulation should be added as part of the background steps or a dependent step to the scenario
Acceptance Criteria:
- Able to simulate "failed" and "other" cases which makes an entry in the table in Helm Release page
- background steps or a dependent step to the scenario should execute successfully
- Existing script from [PR|https://github.com/openshift/console/pull/7852|https://github.com/openshift/console/pull/7852] should execute successfully
- relates to
-
HELM-70 Create step implementation for helm navigation feature
- Closed