mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixing test not auto-following admin/pages/SearchForm
With additional modules like Translatable, this test fails because a 301 is issued to redirect the admin/pages/SearchForm request to the correct URL containining a locale in the query string.
This commit is contained in:
parent
e2fa3b7f2c
commit
e9b10e5b16
@ -3,8 +3,6 @@ class CMSMainSearchFormTest extends FunctionalTest {
|
||||
|
||||
protected static $fixture_file = '../controller/CMSMainTest.yml';
|
||||
|
||||
protected $autoFollowRedirection = false;
|
||||
|
||||
public function testTitleFilter() {
|
||||
$this->session()->inst_set('loggedInAs', $this->idFromFixture('Member', 'admin'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user