Skip to content
Snippets Groups Projects

Issue #3228806: Exclude security hardened site/default

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -123,9 +123,7 @@ class AttendedCoreUpdateTest extends AttendedUpdateTestBase {
$assert_session->pageTextContains('Ready to update');
$page->pressButton('Continue');
$this->waitForBatchJob();
// @todo This message isn't showing up, for some reason. Figure out what the
// eff is going on.
// $assert_session->pageTextContains('Update complete!');
$assert_session->pageTextContains('Update complete!');
$this->assertCoreVersion('9.8.1');
$placeholder = file_get_contents($this->getWorkspaceDirectory() . '/core/README.txt');
Loading