File tree Expand file tree Collapse file tree 9 files changed +6
-21
lines changed Expand file tree Collapse file tree 9 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ Feature: ServiceNow Multi Source - Design time validation scenarios
26
26
And Click on the Validate button
27
27
Then Verify mandatory property error for below listed properties:
28
28
| referenceName |
29
- | clientId |
30
- | clientSecret |
31
- | restApiEndpoint |
32
- | user |
33
- | password |
34
29
35
30
@TS-SN-MULTI-DSGN-ERROR-02
36
31
Scenario : Verify validation message for invalid table name
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ Feature: ServiceNow Multi Source - Design time scenarios (macro)
39
39
And Navigate to the properties page of plugin: "ServiceNow Multi Source"
40
40
And Fill Reference Name
41
41
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"
43
43
And Click on the Macro button of Property: "tableNames" and set the value to: "tableNames"
44
44
Then Validate "ServiceNow Multi Source" plugin properties
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Feature: ServiceNow Multi Source - Run time scenarios (macro)
154
154
Then Click on the Test Connection button
155
155
And Verify the test connection is successful
156
156
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"
158
158
Then Validate "ServiceNow Multi Source" plugin properties
159
159
And Close the Plugin Properties page
160
160
And Select Sink plugin: "BigQueryMultiTable" from the plugins list
Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ Feature: ServiceNow Sink - Design time validation scenarios
25
25
And Click on the Validate button
26
26
Then Verify mandatory property error for below listed properties:
27
27
| referenceName |
28
- | clientId |
29
- | clientSecret |
30
- | restApiEndpoint |
31
- | user |
32
- | password |
33
28
34
29
@TS-SN-DSGN-SINK-ERROR-02
35
30
Scenario : Verify invalid credentials validation messages
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Feature: ServiceNow Sink - Design time validation scenarios (macro)
83
83
And Navigate to the properties page of plugin: "ServiceNow"
84
84
And Fill Reference Name
85
85
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"
87
87
And Enter input plugin property: "tableName" with value: "receiving_slip_line"
88
88
Then Validate "ServiceNow" plugin properties
89
89
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Feature: ServiceNow Sink - Run time scenarios (macro)
213
213
And Fill Reference Name
214
214
And Select radio button plugin property: "operation" with value: "INSERT"
215
215
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"
217
217
And Validate "ServiceNow" plugin properties
218
218
And Close the Plugin Properties page
219
219
And Preview and run the pipeline
Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ Feature: ServiceNow Source - Design time validation scenarios
26
26
And Click on the Validate button
27
27
Then Verify mandatory property error for below listed properties:
28
28
| referenceName |
29
- | clientId |
30
- | clientSecret |
31
- | restApiEndpoint |
32
- | user |
33
- | password |
34
29
35
30
@TS-SN-DSGN-ERROR-02
36
31
Scenario : Verify invalid credentials validation messages
Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ Feature: ServiceNow Source - Design time scenarios (macro)
57
57
And Select mode as: "TABLE"
58
58
And Click on the Macro button of Property: "tableName" and set the value to: "tableName"
59
59
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"
61
61
Then Validate "ServiceNow" plugin properties
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Feature: ServiceNow Source - Run time scenarios (macro)
203
203
Then Click on the Test Connection button
204
204
And Verify the test connection is successful
205
205
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"
207
207
Then Validate "ServiceNow" plugin properties
208
208
And Close the Plugin Properties page
209
209
And Select Sink plugin: "BigQueryTable" from the plugins list
You can’t perform that action at this time.
0 commit comments