Skip to content
Snippets Groups Projects

Issue #3238852: Remove the update modules "update" tab because it does support a composer workflow

Merged Issue #3238852: Remove the update modules "update" tab because it does support a composer workflow
All threads resolved!
All threads resolved!
Files
5
@@ -120,7 +120,7 @@ class CoreUpdateTest extends UpdateTestBase {
$assert_session = $mink->assertSession();
$this->visit('/admin/modules');
$assert_session->pageTextContains('There is a security update available for your version of Drupal.');
$page->clickLink('Automatic Updates');
$page->clickLink('Update');
$assert_session->pageTextNotContains('There is a security update available for your version of Drupal.');
$page->pressButton('Update');
$this->waitForBatchJob();
Loading