From 35605a08f4b12dc581139d9f76a7d1ddcdd8677b Mon Sep 17 00:00:00 2001 From: Vipinofficial11 Date: Tue, 4 Apr 2023 10:05:49 +0530 Subject: [PATCH] turning cache on --- pom.xml | 5 +++++ .../sfmcsource/actions/SfmcSourcePropertiesPageActions.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 604566a..209915d 100644 --- a/pom.xml +++ b/pom.xml @@ -691,6 +691,11 @@ selenium-http-jdk-client 4.8.1 + + org.seleniumhq.selenium + selenium-chrome-driver + 4.5.3 + diff --git a/src/e2e-test/java/io/cdap/plugin/sfmcsource/actions/SfmcSourcePropertiesPageActions.java b/src/e2e-test/java/io/cdap/plugin/sfmcsource/actions/SfmcSourcePropertiesPageActions.java index 5b805a3..d078504 100644 --- a/src/e2e-test/java/io/cdap/plugin/sfmcsource/actions/SfmcSourcePropertiesPageActions.java +++ b/src/e2e-test/java/io/cdap/plugin/sfmcsource/actions/SfmcSourcePropertiesPageActions.java @@ -136,7 +136,7 @@ public static void verifyIfRecordCreatedInSinkForMultipleObjectsAreCorrect(Strin expectedOutput.add(line); } } - // Testing this branch on github Actions. cache turned off. + // Testing this branch on github Actions. cache turned off List bigQueryDatasetTables = new ArrayList<>(); TableResult tablesSchema = getTableNamesFromDataSet(dataset); tablesSchema.iterateAll().forEach(value -> bigQueryDatasetTables.add(value.get(0).getValue().toString()));