Skip to content

Commit 2841675

Browse files
committed
Connection manager with macros
1 parent 5a9e64a commit 2841675

9 files changed

+6
-21
lines changed

src/e2e-test/features/servicenowmultisource/DesignTimeValidation.feature

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ Feature: ServiceNow Multi Source - Design time validation scenarios
2626
And Click on the Validate button
2727
Then Verify mandatory property error for below listed properties:
2828
| referenceName |
29-
| clientId |
30-
| clientSecret |
31-
| restApiEndpoint |
32-
| user |
33-
| password |
3429

3530
@TS-SN-MULTI-DSGN-ERROR-02
3631
Scenario: Verify validation message for invalid table name

src/e2e-test/features/servicenowmultisource/DesignTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Feature: ServiceNow Multi Source - Design time scenarios (macro)
3939
And Navigate to the properties page of plugin: "ServiceNow Multi Source"
4040
And Fill Reference Name
4141
And Click plugin property: "switch-useConnection"
42-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
42+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
4343
And Click on the Macro button of Property: "tableNames" and set the value to: "tableNames"
4444
Then Validate "ServiceNow Multi Source" plugin properties

src/e2e-test/features/servicenowmultisource/RunTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Feature: ServiceNow Multi Source - Run time scenarios (macro)
154154
Then Click on the Test Connection button
155155
And Verify the test connection is successful
156156
Then Click on the Create button
157-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
157+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
158158
Then Validate "ServiceNow Multi Source" plugin properties
159159
And Close the Plugin Properties page
160160
And Select Sink plugin: "BigQueryMultiTable" from the plugins list

src/e2e-test/features/servicenowsink/DesignTimeValidation.feature

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ Feature: ServiceNow Sink - Design time validation scenarios
2525
And Click on the Validate button
2626
Then Verify mandatory property error for below listed properties:
2727
| referenceName |
28-
| clientId |
29-
| clientSecret |
30-
| restApiEndpoint |
31-
| user |
32-
| password |
3328

3429
@TS-SN-DSGN-SINK-ERROR-02
3530
Scenario: Verify invalid credentials validation messages

src/e2e-test/features/servicenowsink/DesignTimeWithMacro.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Feature: ServiceNow Sink - Design time validation scenarios (macro)
8383
And Navigate to the properties page of plugin: "ServiceNow"
8484
And Fill Reference Name
8585
And Click plugin property: "switch-useConnection"
86-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
86+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
8787
And Enter input plugin property: "tableName" with value: "receiving_slip_line"
8888
Then Validate "ServiceNow" plugin properties
8989

src/e2e-test/features/servicenowsink/RunTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Feature: ServiceNow Sink - Run time scenarios (macro)
213213
And Fill Reference Name
214214
And Select radio button plugin property: "operation" with value: "INSERT"
215215
And Click on the Macro button of Property: "tableName" and set the value to: "tableName"
216-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
216+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
217217
And Validate "ServiceNow" plugin properties
218218
And Close the Plugin Properties page
219219
And Preview and run the pipeline

src/e2e-test/features/servicenowsource/DesignTimeValidation.feature

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ Feature: ServiceNow Source - Design time validation scenarios
2626
And Click on the Validate button
2727
Then Verify mandatory property error for below listed properties:
2828
| referenceName |
29-
| clientId |
30-
| clientSecret |
31-
| restApiEndpoint |
32-
| user |
33-
| password |
3429

3530
@TS-SN-DSGN-ERROR-02
3631
Scenario: Verify invalid credentials validation messages

src/e2e-test/features/servicenowsource/DesignTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Feature: ServiceNow Source - Design time scenarios (macro)
5757
And Select mode as: "TABLE"
5858
And Click on the Macro button of Property: "tableName" and set the value to: "tableName"
5959
And Click plugin property: "switch-useConnection"
60-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
60+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
6161
Then Validate "ServiceNow" plugin properties

src/e2e-test/features/servicenowsource/RunTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Feature: ServiceNow Source - Run time scenarios (macro)
203203
Then Click on the Test Connection button
204204
And Verify the test connection is successful
205205
Then Click on the Create button
206-
And Click on the Macro button of Property: "Connection" and set the value to: "Connection"
206+
And Click on the Macro button of Property: "connection" and set the value to: "Connection"
207207
Then Validate "ServiceNow" plugin properties
208208
And Close the Plugin Properties page
209209
And Select Sink plugin: "BigQueryTable" from the plugins list

0 commit comments

Comments
 (0)