Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tests/selenium/testPageItems.php')
-rw-r--r--frontends/php/tests/selenium/testPageItems.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tests/selenium/testPageItems.php b/frontends/php/tests/selenium/testPageItems.php
index 90f7502909e..582fd3ff354 100644
--- a/frontends/php/tests/selenium/testPageItems.php
+++ b/frontends/php/tests/selenium/testPageItems.php
@@ -81,7 +81,7 @@ class testPageItems extends CWebTest {
$this->zbxTestTextNotPresent('Error');
}
// TODO someday should check that interval is not shown for trapper items, trends not shown for non-numeric items etc
- $this->zbxTestDropdownHasOptions('go', array(
+ $this->zbxTestDropdownHasOptions('action', array(
'Enable selected',
'Disable selected',
'Mass update',