markTestIncomplete( 'Test fails on develop due to another test deleting the Administrators group.' ); // See https://github.com/phpbb/phpbb3/pull/1407#issuecomment-18465480 // and https://gist.github.com/bantu/22dc4f6c6c0b8f9e0fa1 $this->login(); $this->admin_login(); $this->add_lang(array('ucp', 'acp/groups')); // Manage Administrators group $crawler = $this->request('GET', $this->get_url() . '&g=5&sid=' . $this->sid); $form = $crawler->selectButton($this->lang('SUBMIT'))->form(); $form['group_colour']->setValue($input); $crawler = $this->submit($form); $this->assertContains($this->lang($expected), $crawler->text()); } }