Skip to content

Commit 55a9683

Browse files
Merge pull request #1201 from cloudsufi/updateStepForWranglerConnectionPage
Updating Step and method to override Service Account in Wrangler Conn…
2 parents 910836f + 9a6627a commit 55a9683

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/e2e-test/features/bigquery/source/BigQueryToBigQuery_withConnections.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
99
Then Enter input plugin property: "name" with value: "bqConnectionName"
1010
Then Replace input plugin property: "projectId" with value: "projectId"
1111
Then Enter input plugin property: "datasetProjectId" with value: "projectId"
12-
Then Override Service account details if set in environment variables
12+
Then Override Service account details in Wrangler connection page if set in environment variables
1313
Then Click plugin property: "testConnection" button
1414
Then Verify the test connection is successful
1515
Then Click plugin property: "connectionCreate" button

src/e2e-test/features/gcs/source/GCSToGCS_withConnections.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: GCS source - Verification of GCS to GCS successful data transfer using
88
Then Click plugin property: "gcsConnectionRow"
99
Then Enter input plugin property: "name" with value: "gcsConnectionName"
1010
Then Replace input plugin property: "projectId" with value: "projectId"
11-
Then Override Service account details if set in environment variables
11+
Then Override Service account details in Wrangler connection page if set in environment variables
1212
Then Click plugin property: "testConnection" button
1313
Then Verify the test connection is successful
1414
Then Click plugin property: "connectionCreate" button

src/e2e-test/features/spanner/source/SpannerToSpanner_withConnections.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Spanner source - Verification of Spanner to Spanner successful data tra
88
Then Click plugin property: "spannerConnectionRow"
99
Then Enter input plugin property: "name" with value: "spannerConnectionName"
1010
Then Replace input plugin property: "projectId" with value: "projectId"
11-
Then Override Service account details if set in environment variables
11+
Then Override Service account details in Wrangler connection page if set in environment variables
1212
Then Click plugin property: "testConnection" button
1313
Then Verify the test connection is successful
1414
Then Click plugin property: "connectionCreate" button

src/e2e-test/java/io/cdap/plugin/common/stepsdesign/TestSetupHooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ private static void navigateToConnectionPageAndAddCommonProperties(String connec
716716
CdfPluginPropertiesActions.clickPluginPropertyElement(connectionType);
717717
CdfPluginPropertiesActions.enterValueInInputProperty("name", connectionName);
718718
CdfPluginPropertiesActions.replaceValueInInputProperty("projectId", "projectId");
719-
CdfPluginPropertiesActions.overrideServiceAccountDetailsIfProvided();
719+
CdfPluginPropertiesActions.overrideServiceAccountDetailsInWranglerConnectionPageIfProvided();
720720
}
721721

722722
private static void testAndCreateConnection(String connectionName) {

0 commit comments

Comments
 (0)