Skip to content

Commit b7b684e

Browse files
committed
savepipelinefix
1 parent a6e132a commit b7b684e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/io/cdap/e2e/pages/actions/CdfStudioActions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ public static void pipelineSave() {
176176
* @param pipelineName Pipeline name
177177
*/
178178
public static void fillPipelineNameAndSave(String pipelineName) {
179+
SeleniumDriver.getDriver().manage().window().fullscreen();
180+
WaitHelper.waitForPageToLoad();
179181
pipelineName();
180182
pipelineNameIp(pipelineName);
181183
pipelineSave();

0 commit comments

Comments
 (0)