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

no-jira: hardened selenium test for PDF page

parent b44453a6
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ public class SinglePageConfigurationPage { ...@@ -78,6 +78,7 @@ public class SinglePageConfigurationPage {
By inputBy = By.cssSelector(".modal-body .o_fileinput input[type='file']"); By inputBy = By.cssSelector(".modal-body .o_fileinput input[type='file']");
OOGraphene.uploadFile(inputBy, file, browser); OOGraphene.uploadFile(inputBy, file, browser);
OOGraphene.waitBusy(browser);
By uploadBy = By.cssSelector(".modal-body .o_sel_upload_buttons button.btn-primary"); By uploadBy = By.cssSelector(".modal-body .o_sel_upload_buttons button.btn-primary");
OOGraphene.waitElement(uploadBy, browser); OOGraphene.waitElement(uploadBy, browser);
......
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