Fix Plugins/Auth/AuthenticationCookieTest tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
eb8c7ce4af
commit
12dfaafa31
@ -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
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user