File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ describe('Virtual Hosts in Admin tab', function () {
4040 it ( 'find default vhost and view it' , async function ( ) {
4141 //await overview.clickOnOverviewTab()
4242 await overview . clickOnAdminTab ( )
43+ await adminTab . isLoaded ( )
4344 await adminTab . clickOnVhosts ( )
4445 await vhostsTab . clickOnVhost ( await vhostsTab . searchForVhosts ( "/" ) , "/" )
4546 if ( ! await vhostTab . isLoaded ( ) ) {
@@ -51,7 +52,9 @@ describe('Virtual Hosts in Admin tab', function () {
5152 it ( 'vhost selectable columns' , async function ( ) {
5253 //await overview.clickOnOverviewTab()
5354 await overview . clickOnAdminTab ( )
55+ await adminTab . isLoaded ( )
5456 await adminTab . clickOnVhosts ( )
57+ await vhostsTab . isLoaded ( )
5558 await vhostsTab . searchForVhosts ( "/" )
5659 await doWhile ( async function ( ) { return vhostsTab . getVhostsTable ( ) } ,
5760 function ( table ) {
You can’t perform that action at this time.
0 commit comments