Skip to content

Commit ee36048

Browse files
committed
debug
1 parent 4711738 commit ee36048

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
@@ -49,9 +49,9 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios
4949
Scenario: To verify PostgreSQL sink plugin validation error message with invalid database
5050
Given Open Datafusion Project to configure pipeline
5151
When Expand Plugin group in the LHS plugins list: "Source"
52-
When Select plugin: "PostgreSQL" from the plugins list as: "Source"
52+
When Select plugin: "PostgreSQL" from the plugins list as: "Sources"
5353
When Expand Plugin group in the LHS plugins list: "Sink"
54-
When Select plugin: "PostgreSQL" from the plugins list as: "Sink"
54+
When Select plugin: "PostgreSQL" from the plugins list as: "Sinks"
5555
Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection
5656
Then Navigate to the properties page of plugin: "PostgreSQL"
5757
Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"
@@ -84,7 +84,7 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios
8484
When Expand Plugin group in the LHS plugins list: "Source"
8585
When Select plugin: "PostgreSQL" from the plugins list as: "Source"
8686
When Expand Plugin group in the LHS plugins list: "Sink"
87-
When Select plugin: "PostgreSQL" from the plugins list as: "Sink"
87+
When Select plugin: "PostgreSQL" from the plugins list as: "Sinks"
8888
Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection
8989
Then Navigate to the properties page of plugin: "PostgreSQL"
9090
Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"

0 commit comments

Comments
 (0)