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:
authorLarisa Grigorjeva <larisa.grigorjeva@zabbix.com>2022-04-11 20:27:01 +0300
committerLarisa Grigorjeva <larisa.grigorjeva@zabbix.com>2022-04-11 20:27:01 +0300
commitb3c0b09bd2150cdb9da9abc3b3278daf2fd2a44b (patch)
treedb16873e25a127b853ac5e805222bfac023f3968
parente8993fac5183539d3432ef394e3b85157d885b90 (diff)
.......... [ZBXNEXT-686] fixed dashboard count
-rw-r--r--ui/tests/selenium/testPageDashboardList.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/tests/selenium/testPageDashboardList.php b/ui/tests/selenium/testPageDashboardList.php
index 2707d671677..fae8bd0fd72 100644
--- a/ui/tests/selenium/testPageDashboardList.php
+++ b/ui/tests/selenium/testPageDashboardList.php
@@ -77,7 +77,7 @@ class testPageDashboardList extends CWebTest {
'fields' => [
'Show' => 'All'
],
- 'result_count' => 15
+ 'result_count' => 16
]
],
[
@@ -85,7 +85,7 @@ class testPageDashboardList extends CWebTest {
'fields' => [
'Show' => 'Created by me'
],
- 'result_count' => 14
+ 'result_count' => 15
]
],
[
@@ -103,7 +103,7 @@ class testPageDashboardList extends CWebTest {
'Name' => 'widget',
'Show' => 'Created by me'
],
- 'result_count' => 8
+ 'result_count' => 9
]
],
[