Skip to content
Snippets Groups Projects

Issue #3239466: Refactor build tests to use core-supported project templates

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -153,6 +153,7 @@ class CoreUpdateTest extends UpdateTestBase {
$assert_session->pageTextNotContains('There is a security update available for your version of Drupal.');
$page->pressButton('Update');
$this->waitForBatchJob();
print_r($page->getContent());
$assert_session->pageTextContains('Ready to update');
$page->pressButton('Continue');
$this->waitForBatchJob();
Loading