Skip to content

Commit 543dee0

Browse files
authored
fix the incorrect package info and function name in mysql e2e test (#275)
1 parent 734f817 commit 543dee0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mysql-plugin/src/e2e-test/java/io/cdap/plugin/common/stepsdesign/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Package contains the locators for the Joiner plugin.
18+
* Package contains the stepDesign for common features.
1919
*/
2020
package io.cdap.plugin.common.stepsdesign;

mysql-plugin/src/e2e-test/java/io/cdap/plugin/mysql/runners/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Package contains the locators for the Joiner plugin.
18+
* Package contains the runners for Mysql features.
1919
*/
2020
package io.cdap.plugin.mysql.runners;

mysql-plugin/src/e2e-test/java/io/cdap/plugin/mysql/stepsdesign/Mysql.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class Mysql implements CdfHelper {
3232

3333
@Then("Click on preview data for MySQL sink")
34-
public void clickOnPreviewDataForBigQuerySink() {
34+
public void clickOnPreviewDataForMysqlSink() {
3535
openSinkPluginPreviewData("Mysql");
3636
}
3737

mysql-plugin/src/e2e-test/java/io/cdap/plugin/mysql/stepsdesign/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Package contains the locators for the Joiner plugin.
18+
* Package contains the stepDesign for Mysql features.
1919
*/
2020
package io.cdap.plugin.mysql.stepsdesign;

mysql-plugin/src/e2e-test/java/io/cdap/plugin/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Package contains the locators for the Joiner plugin.
18+
* Package contains Mysql client.
1919
*/
2020
package io.cdap.plugin;

0 commit comments

Comments
 (0)