diff --git a/pom.xml b/pom.xml index bc2b9f2ce..4b0560a88 100644 --- a/pom.xml +++ b/pom.xml @@ -671,7 +671,7 @@ integration-test - verify + diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature b/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature index 11261c0e5..b817f3d33 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature @@ -17,7 +17,7 @@ @Postgresql Feature: PostgreSQL - Verify Postgresql source data transfer @POSTGRESQL_SOURCE_TEST @POSTGRESQL_SINK_TEST @Postgresql_Required - Scenario: To verify data is getting transferred from PostgreSQL to PostgreSQL successfully + Scenario: To verify data is getting transferred from PostgreSQL to PostgreSQL Successfully Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Source" When Select plugin: "PostgreSQL" from the plugins list as: "Source" diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature index 839ca1718..4c49d23de 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature @@ -20,7 +20,7 @@ Feature: PostgreSQL sink - Verify PostgreSQL sink plugin design time scenarios Scenario: To verify PostgreSQL sink plugin validation with connection and basic details for connectivity Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" 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 Scenario: To verify PostgreSQL sink plugin validation with connection arguments Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature index b4e4a5373..de4803b19 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature @@ -49,9 +49,9 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios Scenario: To verify PostgreSQL sink plugin validation error message with invalid database Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Source" - When Select plugin: "PostgreSQL" from the plugins list as: "Source" + When Select plugin: "PostgreSQL" from the plugins list as: "Sources" When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" @@ -84,7 +84,7 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios When Expand Plugin group in the LHS plugins list: "Source" When Select plugin: "PostgreSQL" from the plugins list as: "Source" When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName"