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:
authorNatalja Romancaka <natalja.romancaka@zabbix.com>2022-07-11 16:02:20 +0300
committerNatalja Romancaka <natalja.romancaka@zabbix.com>2022-07-11 16:02:20 +0300
commitc5b7038117560649fcb6bb8791b88f27aa6f0f4b (patch)
treefa85d28a3c86fb02d8a0f87f9db322779cdefa97
parentb812cfe0e5a6a4b065c6f0f313fdde09911899e7 (diff)
.......... [ZBXNEXT-686] fixed Selenium test, changed date for graph widget
-rw-r--r--frontends/php/tests/selenium/dashboard/testDashboardGraphWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tests/selenium/dashboard/testDashboardGraphWidget.php b/frontends/php/tests/selenium/dashboard/testDashboardGraphWidget.php
index 72a1f49ecb4..8714360af19 100644
--- a/frontends/php/tests/selenium/dashboard/testDashboardGraphWidget.php
+++ b/frontends/php/tests/selenium/dashboard/testDashboardGraphWidget.php
@@ -603,7 +603,7 @@ class testDashboardGraphWidget extends CWebTest {
[
'Time period' => [
'Set custom time period' => true,
- 'From' => '2022-07-04 12:53:00',
+ 'From' => '2027-07-04 12:53:00',
'To' => 'now'
],
'error' => 'Minimum time period to display is 1 minute.'