[bitnami/appsmith] Increase test retries for Appsmith (#27535)

* [bitnami/appsmith] Increase test retries for Appsmith

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* [bitnami/appsmith] Fix typo

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Jota Martos <jotamartos@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Juan José Martos
2024-06-26 09:57:57 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent fbf31b7dc5
commit aeecba3c13
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -8,4 +8,5 @@ module.exports = {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost',
},
retries: 5
}
@@ -21,6 +21,7 @@ Cypress.Commands.add(
'login',
(username = Cypress.env('username'), password = Cypress.env('password')) => {
cy.visit('/');
cy.contains('Sign in to your account').should('be.visible');
cy.get('[type="email"]').should('be.enabled').type(username);
cy.get('[type="password"]').should('be.enabled').type(password);
cy.contains('button', 'Sign in').click();
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 3.3.9 (2024-06-18)
## 3.3.10 (2024-06-26)
* [bitnami/appsmith] Release 3.3.9 ([#27332](https://github.com/bitnami/charts/pull/27332))
* [bitnami/appsmith] Increase test retries for Appsmith ([#27535](https://github.com/bitnami/charts/pull/27535))
## <small>3.3.9 (2024-06-18)</small>
* [bitnami/appsmith] Release 3.3.9 (#27332) ([93debb6](https://github.com/bitnami/charts/commit/93debb6e5062b8303660d62f63f4b3472ffff890)), closes [#27332](https://github.com/bitnami/charts/issues/27332)
## <small>3.3.8 (2024-06-17)</small>
+1 -1
View File
@@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.9
version: 3.3.10