File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
postgresql-plugin/src/e2e-test/features/postgresql/sink Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments