Skip to content

Commit 6db691b

Browse files
committed
debug
1 parent 708224b commit 6db691b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@PostgreSQL_SinkTest
17+
@PostgreSQL_Sink
1818
Feature: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

0 commit comments

Comments
 (0)