File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
postgresql-plugin/src/e2e-test/features/postgresql/sink Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# the License.
1515#
1616
17- @PostgreSQL_SinkTest
17+ @PostgreSQL_Sink
1818Feature :PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios
1919
2020 Scenario :Verify PostgreSQL sink plugin validation errors for mandatory fields
@@ -68,13 +68,13 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios
6868 Then Close the Plugin Properties page
6969 Then Navigate to the properties page of plugin: "PostgreSQL2"
7070 Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"
71- Then Replace input plugin property: "host " with value: "host" for Credentials and Authorization related fields
71+ Then Enter input plugin property: "referenceName " with value: "targetRef"
7272 Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
7373 Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
7474 Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
7575 Then Replace input plugin property: "database" with value: "invalidDatabaseName"
7676 Then Replace input plugin property: "tableName" with value: "targetTable"
77- Then Enter input plugin property: "referenceName " with value: "targetRef"
77+ Then Replace input plugin property: "host " with value: "host" for Credentials and Authorization related fields
7878 Then Click on the Validate button
7979 Then Verify that the Plugin is displaying an error message: "errorMessageInvalidSinkDatabase" on the header
8080
You can’t perform that action at this time.
0 commit comments