File tree 5 files changed +5
-5
lines changed
mysql-plugin/src/e2e-test/java/io/cdap/plugin
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Package contains the locators for the Joiner plugin .
18
+ * Package contains the stepDesign for common features .
19
19
*/
20
20
package io .cdap .plugin .common .stepsdesign ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Package contains the locators for the Joiner plugin .
18
+ * Package contains the runners for Mysql features .
19
19
*/
20
20
package io .cdap .plugin .mysql .runners ;
Original file line number Diff line number Diff line change 31
31
public class Mysql implements CdfHelper {
32
32
33
33
@ Then ("Click on preview data for MySQL sink" )
34
- public void clickOnPreviewDataForBigQuerySink () {
34
+ public void clickOnPreviewDataForMysqlSink () {
35
35
openSinkPluginPreviewData ("Mysql" );
36
36
}
37
37
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Package contains the locators for the Joiner plugin .
18
+ * Package contains the stepDesign for Mysql features .
19
19
*/
20
20
package io .cdap .plugin .mysql .stepsdesign ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Package contains the locators for the Joiner plugin .
18
+ * Package contains Mysql client .
19
19
*/
20
20
package io .cdap .plugin ;
You can’t perform that action at this time.
0 commit comments