mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
[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:
committed by
GitHub
parent
5e454c9d52
commit
8ab1f9d3d7
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"newRelease": {
|
||||
"application": "apache",
|
||||
"application": "nginx",
|
||||
"name": "oatmeal"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user