Skip to content

Commit e860ca4

Browse files
committed
debug
1 parent ee36048 commit e860ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Feature: PostgreSQL sink - Verify PostgreSQL sink plugin design time scenarios
2020
Scenario: To verify PostgreSQL sink plugin validation with connection and basic details for connectivity
2121
Given Open Datafusion Project to configure pipeline
2222
When Expand Plugin group in the LHS plugins list: "Sink"
23-
When Select plugin: "PostgreSQL" from the plugins list as: "Sink"
23+
When Select plugin: "PostgreSQL" from the plugins list as: "Sinks"
2424
Then Navigate to the properties page of plugin: "PostgreSQL"
2525
Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"
2626
Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields
@@ -37,7 +37,7 @@ Feature: PostgreSQL sink - Verify PostgreSQL sink plugin design time scenarios
3737
Scenario: To verify PostgreSQL sink plugin validation with connection arguments
3838
Given Open Datafusion Project to configure pipeline
3939
When Expand Plugin group in the LHS plugins list: "Sink"
40-
When Select plugin: "PostgreSQL" from the plugins list as: "Sink"
40+
When Select plugin: "PostgreSQL" from the plugins list as: "Sinks"
4141
Then Navigate to the properties page of plugin: "PostgreSQL"
4242
Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"
4343
Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields

0 commit comments

Comments
 (0)