mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/16825] Adjust functional tests for modified sid handling
PHPBB3-16825
This commit is contained in:
@@ -89,7 +89,10 @@ class phpbb_functional_ucp_profile_test extends phpbb_functional_test_case
|
||||
$this->assertStringContainsString($key_id, $crawler->filter('label[for="' . $key_id . '"]')->text());
|
||||
|
||||
$form = $crawler->selectButton('submit')->form();
|
||||
$form['keys'][0]->tick();
|
||||
foreach ($form['keys'] as $key)
|
||||
{
|
||||
$key->tick();
|
||||
}
|
||||
$crawler = self::submit($form);
|
||||
$this->assertStringContainsString($this->lang('AUTOLOGIN_SESSION_KEYS_DELETED'), $crawler->filter('html')->text());
|
||||
|
||||
|
Reference in New Issue
Block a user