mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/kibana] Fix cypress test to skip welcome page (#26929)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -12,6 +12,14 @@ before(() => {
|
||||
});
|
||||
|
||||
it('allows uploading data', () => {
|
||||
// Wait for DOM content to load
|
||||
cy.wait(2000);
|
||||
cy.get('body').then(($body) => {
|
||||
// Close welcome tutorial pop-up if present
|
||||
if ($body.find('[data-test-subj="skipWelcomeScreen"]').is(':visible')) {
|
||||
cy.get('[data-test-subj="skipWelcomeScreen"]').click();
|
||||
}
|
||||
});
|
||||
cy.get('[data-test-subj="uploadFile"]').click();
|
||||
cy.get('[type=file]').selectFile(
|
||||
'cypress/fixtures/test-data-to-import.ndjson',
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 11.2.3 (2024-06-06)
|
||||
## 11.2.4 (2024-06-06)
|
||||
|
||||
* [bitnami/kibana] Release 11.2.3 ([#26969](https://github.com/bitnami/charts/pull/26969))
|
||||
* [bitnami/kibana] Fix cypress test to skip welcome page ([#26929](https://github.com/bitnami/charts/pull/26929))
|
||||
|
||||
## <small>11.2.3 (2024-06-06)</small>
|
||||
|
||||
* [bitnami/kibana] Release 11.2.3 (#26969) ([fadb6f8](https://github.com/bitnami/charts/commit/fadb6f809c3dd8bd8b94fea96f5ca52d28d5d1ab)), closes [#26969](https://github.com/bitnami/charts/issues/26969)
|
||||
|
||||
## <small>11.2.2 (2024-06-05)</small>
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: kibana
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kibana
|
||||
version: 11.2.3
|
||||
version: 11.2.4
|
||||
|
||||
Reference in New Issue
Block a user