. **/ require_once __DIR__.'/../include/CLegacyWebTest.php'; class testPageBrowserWarning extends CLegacyWebTest { public function testPageBrowserWarning_CheckLayout() { $this->zbxTestOpen('browserwarning.php'); $this->zbxTestCheckTitle('You are using an outdated browser.', false); $this->zbxTestTextPresent('You are using an outdated browser.'); $this->zbxTestTextPresent([ 'Google Chrome', 'Mozilla Firefox', 'Microsoft Edge', 'Opera browser', 'Apple Safari' ]); } }