Try to fix filemanage e2e flaky test (#11097)
This commit is contained in:
parent
445e830a84
commit
c34fe4f9b3
|
|
@ -186,7 +186,7 @@ public class FileManagePage extends NavBarPage implements ResourcePage.Tab {
|
|||
|
||||
new WebDriverWait(driver, 5).until(ExpectedConditions.urlContains("/edit"));
|
||||
|
||||
new WebDriverWait(driver, 5).until((ExpectedCondition<Object>) webDriver -> editor.getText().length() > 0);
|
||||
new WebDriverWait(driver, 5).until(ExpectedConditions.textToBePresentInElement(driver.findElementByTagName("body"), fileName));
|
||||
|
||||
editFileBox().codeEditor().content(scripts);
|
||||
editFileBox().buttonSubmit().click();
|
||||
|
|
|
|||
Loading…
Reference in New Issue