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 () {
40
40
it ( 'find default vhost and view it' , async function ( ) {
41
41
//await overview.clickOnOverviewTab()
42
42
await overview . clickOnAdminTab ( )
43
+ await adminTab . isLoaded ( )
43
44
await adminTab . clickOnVhosts ( )
44
45
await vhostsTab . clickOnVhost ( await vhostsTab . searchForVhosts ( "/" ) , "/" )
45
46
if ( ! await vhostTab . isLoaded ( ) ) {
@@ -51,7 +52,9 @@ describe('Virtual Hosts in Admin tab', function () {
51
52
it ( 'vhost selectable columns' , async function ( ) {
52
53
//await overview.clickOnOverviewTab()
53
54
await overview . clickOnAdminTab ( )
55
+ await adminTab . isLoaded ( )
54
56
await adminTab . clickOnVhosts ( )
57
+ await vhostsTab . isLoaded ( )
55
58
await vhostsTab . searchForVhosts ( "/" )
56
59
await doWhile ( async function ( ) { return vhostsTab . getVhostsTable ( ) } ,
57
60
function ( table ) {
You can’t perform that action at this time.
0 commit comments