zbxTestLogin('zabbix.php?action=web.view'); $this->zbxTestCheckTitle('Web monitoring'); $this->zbxTestCheckHeader('Web monitoring'); $this->zbxTestTextPresent(['Group', 'Host']); $this->zbxTestTextPresent(['Host', 'Name', 'Number of steps', 'Last check', 'Status']); } // Check that no real host or template names displayed public function testPageWeb_NoHostNames() { $this->zbxTestLogin('zabbix.php?action=web.view'); $this->zbxTestCheckTitle('Web monitoring'); $this->zbxTestCheckNoRealHostnames(); } }