diff --git a/src/e2e-test/features/bigquery/sink/BigQueryToBigQuerySink.feature b/src/e2e-test/features/bigquery/sink/BigQueryToBigQuerySink.feature index 6a1afdfcf..c530022dc 100644 --- a/src/e2e-test/features/bigquery/sink/BigQueryToBigQuerySink.feature +++ b/src/e2e-test/features/bigquery/sink/BigQueryToBigQuerySink.feature @@ -22,7 +22,7 @@ Feature: BigQuery sink - Verification of BigQuery to BigQuery successful data tr When Select plugin: "BigQuery" from the plugins list as: "Source" When Expand Plugin group in the LHS plugins list: "Sink" When Select plugin: "BigQuery" from the plugins list as: "Sink" - Then Connect plugins: "BigQuery" and "BigQuery2" to establish connection + Then Connect plugins: "BigQuery" and "BigQuery2" to establish connections Then Navigate to the properties page of plugin: "BigQuery" And Enter input plugin property: "referenceName" with value: "Reference" And Replace input plugin property: "project" with value: "projectId" @@ -75,7 +75,7 @@ Feature: BigQuery sink - Verification of BigQuery to BigQuery successful data tr And Replace input plugin property: "dataset" with value: "dataset" And Replace input plugin property: "table" with value: "bqSourceTable" Then Click on the Get Schema button - Then Validate "BigQuery" plugin properties + Then Validate "BigQuery" plugin propertiess And Close the Plugin Properties page Then Navigate to the properties page of plugin: "BigQuery2" Then Replace input plugin property: "project" with value: "projectId"