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/testPasswordComplexity.php')
-rw-r--r--ui/tests/selenium/testPasswordComplexity.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/tests/selenium/testPasswordComplexity.php b/ui/tests/selenium/testPasswordComplexity.php
index 4bea93babbf..01e37523229 100644
--- a/ui/tests/selenium/testPasswordComplexity.php
+++ b/ui/tests/selenium/testPasswordComplexity.php
@@ -1044,8 +1044,7 @@ class testPasswordComplexity extends CWebTest {
$auth_form->fill($data['auth_fields']);
$auth_form->submit();
$this->page->waitUntilReady();
- // TODO: Uncomment this when ZBX-19669 is fixed.
-// $this->assertMessage(TEST_GOOD, 'Authentication settings updated');
+ $this->assertMessage(TEST_GOOD, 'Authentication settings updated');
$this->assertEquals($data['db_passwd_check_rules'],
CDBHelper::getValue('SELECT passwd_check_rules FROM config')
);