[bitnami/kubeapps] Update cypress tests for kubeapps (#20249)

* Update cypress tests for kubeapps

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

---------

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
This commit is contained in:
Gonzalo Gómez Gracia
2023-10-16 14:08:25 +02:00
committed by GitHub
parent 5e454c9d52
commit 8ab1f9d3d7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"newRelease": {
"application": "apache",
"application": "nginx",
"name": "oatmeal"
}
}

View File

@@ -16,6 +16,7 @@ it('allows managing a helm chart release', () => {
cy.fixture('releases').then((releases) => {
const releaseName = `${releases.newRelease.name}-${random}`
cy.get('#search').type(releases.newRelease.application);
cy.contains('div.card', releases.newRelease.application).click();
cy.contains(Cypress.env('repoName'));
cy.contains(Cypress.env('repoURL'));