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 'ui/tests/selenium/common/testCalculatedFormula.php')
-rw-r--r--ui/tests/selenium/common/testCalculatedFormula.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/selenium/common/testCalculatedFormula.php b/ui/tests/selenium/common/testCalculatedFormula.php
index e7fec0ba368..b8843a89f3c 100644
--- a/ui/tests/selenium/common/testCalculatedFormula.php
+++ b/ui/tests/selenium/common/testCalculatedFormula.php
@@ -3453,7 +3453,7 @@ class testCalculatedFormula extends CWebTest {
$this->page->login()->open($this->url)->waitUntilReady();
$form = $this->query('name:itemForm')->asForm()->waitUntilVisible()->one();
- $key = 'calc'.microtime(true);
+ $key = 'calc'.microtime(true).'[{#KEY}]';
$form->fill([
'Name' => 'Calc',