Skip to content
Snippets Groups Projects
Commit c84c3a92 authored by srosse's avatar srosse
Browse files

no-jira: hardened some modal dialogs

parent 3c054e1e
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ public class GroupTaskConfigurationPage { ...@@ -65,6 +65,7 @@ public class GroupTaskConfigurationPage {
By chooseGroupBy = By.cssSelector("a.o_form_groupchooser"); By chooseGroupBy = By.cssSelector("a.o_form_groupchooser");
browser.findElement(chooseGroupBy).click(); browser.findElement(chooseGroupBy).click();
OOGraphene.waitBusy(browser); OOGraphene.waitBusy(browser);
OOGraphene.waitModalDialog(browser);
return this; return this;
} }
...@@ -72,6 +73,7 @@ public class GroupTaskConfigurationPage { ...@@ -72,6 +73,7 @@ public class GroupTaskConfigurationPage {
By createGroupBy = By.cssSelector("div.o_button_group_right a"); By createGroupBy = By.cssSelector("div.o_button_group_right a");
browser.findElement(createGroupBy).click(); browser.findElement(createGroupBy).click();
OOGraphene.waitBusy(browser); OOGraphene.waitBusy(browser);
OOGraphene.waitModalDialog(browser);
//fill the form //fill the form
By nameBy = By.cssSelector(".o_sel_group_edit_title input[type='text']"); By nameBy = By.cssSelector(".o_sel_group_edit_title input[type='text']");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment