Skip to content

Commit

Permalink
fix the incorrect package info and function name in mysql e2e test (#275
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jockech authored Jul 12, 2022
1 parent 734f817 commit 543dee0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

/**
* Package contains the locators for the Joiner plugin.
* Package contains the stepDesign for common features.
*/
package io.cdap.plugin.common.stepsdesign;
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

/**
* Package contains the locators for the Joiner plugin.
* Package contains the runners for Mysql features.
*/
package io.cdap.plugin.mysql.runners;
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class Mysql implements CdfHelper {

@Then("Click on preview data for MySQL sink")
public void clickOnPreviewDataForBigQuerySink() {
public void clickOnPreviewDataForMysqlSink() {
openSinkPluginPreviewData("Mysql");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

/**
* Package contains the locators for the Joiner plugin.
* Package contains the stepDesign for Mysql features.
*/
package io.cdap.plugin.mysql.stepsdesign;
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

/**
* Package contains the locators for the Joiner plugin.
* Package contains Mysql client.
*/
package io.cdap.plugin;

0 comments on commit 543dee0

Please sign in to comment.