Skip to content

Commit

Permalink
Update config file provider UI (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Feb 22, 2022
1 parent e7a4635 commit d6b39eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected WebElement find(String caption) {

check(radio);

clickButton("Submit");
clickButton("Next");
String id = getElement(by.name("config.id")).getAttribute("value");
return newInstance(type, this, id);
}
Expand Down

0 comments on commit d6b39eb

Please sign in to comment.