mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Change the kubeapps test to apache (#26477)
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
committed by
GitHub
parent
7f9445f210
commit
523fecb7bd
@@ -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();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"newRelease": {
|
||||
"application": "nginx",
|
||||
"application": "apache",
|
||||
"name": "oatmeal"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user