Fix Plugins/Auth/AuthenticationCookieTest tests

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-08-15 23:27:45 -03:00
parent eb8c7ce4af
commit 12dfaafa31

View File

@ -221,7 +221,7 @@ class AuthenticationCookieTest extends PmaTestCase
$this->assertContains(
'<form method="post" id="login_form" action="index.php" name="login_form" ' .
'class="(disableAjax hide login js-show|login js-show)">',
'class="disableAjax hide login js-show">',
$result
);
@ -324,7 +324,7 @@ class AuthenticationCookieTest extends PmaTestCase
$this->assertContains(
'<form method="post" id="login_form" action="index.php" name="login_form" ' .
'class="(disableAjax hide login js-show|login js-show)">',
'autocomplete="off" class="disableAjax hide login js-show">',
$result
);