@@ -38,7 +38,7 @@ describe('Virtual Hosts in Admin tab', function () {
3838 assert . equal ( true , await vhostsTab . hasVhosts ( "/" ) )
3939 } )
4040 it ( 'find default vhost and view it' , async function ( ) {
41- await overview . clickOnOverviewTab ( )
41+ // await overview.clickOnOverviewTab()
4242 await overview . clickOnAdminTab ( )
4343 await adminTab . clickOnVhosts ( )
4444 await vhostsTab . clickOnVhost ( await vhostsTab . searchForVhosts ( "/" ) , "/" )
@@ -49,7 +49,7 @@ describe('Virtual Hosts in Admin tab', function () {
4949 } )
5050
5151 it ( 'vhost selectable columns' , async function ( ) {
52- await overview . clickOnOverviewTab ( )
52+ // await overview.clickOnOverviewTab()
5353 await overview . clickOnAdminTab ( )
5454 await adminTab . clickOnVhosts ( )
5555 await vhostsTab . searchForVhosts ( "/" )
@@ -105,7 +105,7 @@ describe('Virtual Hosts in Admin tab', function () {
105105 before ( async function ( ) {
106106 log ( "Creating vhost" )
107107 createVhost ( getManagementUrl ( ) , vhost , "selenium" , "selenium-tag" )
108- await overview . clickOnOverviewTab ( )
108+ // await overview.clickOnOverviewTab()
109109 await overview . clickOnAdminTab ( )
110110 await adminTab . clickOnVhosts ( )
111111 } )
0 commit comments