Try to fix filemanage e2e flaky test (#11097)

This commit is contained in:
xiangzihao 2022-07-22 05:51:26 +08:00 committed by GitHub
parent 445e830a84
commit c34fe4f9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();