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 2021/10/20 16:51:19 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix e2e 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 80b9c43  [hotfix] Fix e2e test
80b9c43 is described below

commit 80b9c434ecaffc69e323e9992f16dfa7b499fdcd
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Oct 20 18:50:49 2021 +0200

    [hotfix] Fix e2e test
---
 ui/cypress/tests/datalake/widgetDataConfiguration.ts | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/ui/cypress/tests/datalake/widgetDataConfiguration.ts b/ui/cypress/tests/datalake/widgetDataConfiguration.ts
index ab74369..2004fa7 100644
--- a/ui/cypress/tests/datalake/widgetDataConfiguration.ts
+++ b/ui/cypress/tests/datalake/widgetDataConfiguration.ts
@@ -23,19 +23,18 @@ import { DataLakeUtils } from '../../support/utils/DataLakeUtils';
 describe('Test Table View in Data Explorer', () => {
 
   before('Setup Test', () => {
-    cy.login();
-    // cy.initStreamPipesTest();
-    // DataLakeUtils.loadDataIntoDataLake('datalake/sample.csv');
+    cy.initStreamPipesTest();
+    DataLakeUtils.loadDataIntoDataLake('datalake/sample.csv');
   });
 
   it('Perform Test', () => {
 
     DataLakeUtils.goToDatalake();
 
-    // DataLakeUtils.createAndEditDataView();
+    DataLakeUtils.createAndEditDataView();
     // Click edit button
-    cy.dataCy('edit-data-view')
-      .click();
+    // cy.dataCy('edit-data-view')
+    //   .click();
 
     // TODO Set Time Range
     cy.dataCy('1_year')