You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self::markTestSkipped("Could not write $config_file file.");
}
if (strpos(self::find_element('id','main')->getText(), 'The configuration file has been written') === false)
{
self::submit('id', 'dldone');
}
self::assertContains('The configuration file has been written', self::find_element('id','main')->getText());
// install/index.php?mode=install&sub=advanced
self::submit();
self::assertContains('The settings on this page are only necessary to set if you know that you require something different from the default.', self::find_element('id','main')->getText());