Change the kubeapps test to apache (#26477)

Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
Rafael Ríos Saavedra
2024-05-28 12:03:50 +02:00
committed by GitHub
parent 7f9445f210
commit 523fecb7bd
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ 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('registryName'));
cy.contains('Deploy').click();

View File

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