Skip to content
Snippets Groups Projects
Commit 1c147ddb authored by catch's avatar catch
Browse files

Issue #1045786 by Albert Volkman: Follow-up for fixed Length of trimmed description.

parent de71cbbe
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -308,6 +308,7 @@ class AggregatorConfigurationTestCase extends AggregatorTestCase {
'aggregator_teaser_length' => 200,
);
$this->drupalPost('admin/config/services/aggregator/settings', $edit, t('Save configuration'));
$this->assertText(t('The configuration options have been saved.'));
foreach ($edit as $name => $value) {
$this->assertFieldByName($name, $value, t('"@name" has correct default value.', array('@name' => $name)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment