You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/05/29 20:06:56 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix datalake configuration smoke test

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d90388a6e [hotfix] Fix datalake configuration smoke test
d90388a6e is described below

commit d90388a6ebea1bacaaeec585bef1b1dec16679ed
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Sun May 29 22:06:47 2022 +0200

    [hotfix] Fix datalake configuration smoke test
---
 ui/cypress/support/utils/DataLakeUtils.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ui/cypress/support/utils/DataLakeUtils.ts b/ui/cypress/support/utils/DataLakeUtils.ts
index ccd596e7c..7a28f9bce 100644
--- a/ui/cypress/support/utils/DataLakeUtils.ts
+++ b/ui/cypress/support/utils/DataLakeUtils.ts
@@ -245,8 +245,7 @@ export class DataLakeUtils {
   }
 
   public static goToDatalakeConfiguration() {
-    cy.visit('#/configuration');
-    cy.get('div').contains('DataLake').parent().click();
+    cy.visit('#/configuration/datalake');
   }
 
   public static checkResults(dataLakeIndex: string, fileRoute: string, ignoreTime?: boolean) {