Skip to content
Snippets Groups Projects

Issue #3434674 "Automated drupal 11"

Merged Ankit Pathak requested to merge issue/social_api-3434674:3434674-automated-drupal-11 into 4.0.x
1 unresolved thread
Files
4
@@ -167,7 +167,7 @@ public function checkSettingsFormSubmission() {
$path = 'admin/config/social-api/' . $this->moduleType . '/' . $this->provider;
$this->drupalGet($path);
$this->submitForm($this->edit, $this->t('Save configuration'));
$this->submitForm($this->edit, 'Save configuration');
$this->assertSession()->pageTextContains('The configuration options have been saved.');
}
Loading