Skip to content
Snippets Groups Projects

Issue #3230507: Create build tests for case where site is using core recommended Composer project

Merged Issue #3230507: Create build tests for case where site is using core recommended Composer project
1 unresolved thread
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -100,7 +100,7 @@ class AttendedCoreUpdateTest extends AttendedUpdateTestBase {
$this->visit('/admin/automatic-update');
$assert_session->pageTextContains('9.8.1');
try {
$page->pressButton('Download these updates');
$page->pressButton('Download these updates');
}
catch (\Throwable $e) {
throw new \Exception($page->getContent());
Loading