Skip to content
Snippets Groups Projects
Commit b865e1fe authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Ted Bowman
Browse files

Issue #3233521 by kunal.sachdev: Remove unnecessary call to checkForUpdates()...

Issue #3233521 by kunal.sachdev: Remove unnecessary call to checkForUpdates() in testTableLooksCorrect() in UpdaterFormTest
parent 00c53328
No related branches found
No related tags found
1 merge request!46Issue #3233521: Remove unnecessary call to checkForUpdates() in testTableLooksCorrect() in UpdaterFormTest
......@@ -73,7 +73,7 @@ class UpdaterFormTest extends BrowserTestBase {
$this->setCoreVersion('9.8.1');
$this->drupalLogin($this->rootUser);
$this->checkForUpdates();
$this->drupalGet('/admin/modules/automatic-update');
$assert_session = $this->assertSession();
......@@ -91,7 +91,7 @@ class UpdaterFormTest extends BrowserTestBase {
$this->setCoreVersion('9.8.0');
$this->drupalLogin($this->rootUser);
$this->checkForUpdates();
// Navigate to the automatic updates form.
$this->drupalGet('/admin');
// @todo Add test coverage of accessing the form via the other path in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment