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/testFormGraphPrototype.php')
-rw-r--r--frontends/php/tests/selenium/testFormGraphPrototype.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tests/selenium/testFormGraphPrototype.php b/frontends/php/tests/selenium/testFormGraphPrototype.php
index dc6db7bf54c..81a1cd8faeb 100644
--- a/frontends/php/tests/selenium/testFormGraphPrototype.php
+++ b/frontends/php/tests/selenium/testFormGraphPrototype.php
@@ -1230,7 +1230,7 @@ class testFormGraphPrototype extends CWebTest {
$this->zbxTestClickWait("link=Graph prototypes");
$this->zbxTestCheckboxSelect("group_graphid_$graphid");
- $this->zbxTestDropdownSelect('go', 'Delete selected');
+ $this->zbxTestDropdownSelect('action', 'Delete selected');
$this->zbxTestClick('goButton');
$this->getConfirmation();