added waiting that the Loader is closed in checkServerInServersList() (#8132)

6.19.x
Sergey Skorik 2018-01-04 09:57:28 +02:00 committed by GitHub
parent c5c05016e1
commit 6ec20f10c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ public class WorkspaceDetailsSingleMachineTest {
}
private void checkServerInServersList(String serverName) {
loader.waitOnClosed();
consoles.openServersTabFromContextMenu("dev-machine");
consoles.waitProcessInProcessConsoleTree("Servers");
consoles.waitTabNameProcessIsPresent("Servers");