Skip to content
Snippets Groups Projects
Verified Commit 68f3bf2d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3406222 by catch: Frequent random test failures in...

Issue #3406222 by catch: Frequent random test failures in Drupal\Tests\field_ui\FunctionalJavascript\ManageFieldsTest
parent 1fcbbff8
No related branches found
No related tags found
No related merge requests found
......@@ -343,8 +343,8 @@ public function testAllowedValuesFormValidation() {
$this->drupalGet('/admin/structure/types/manage/article/fields/node.article.field_text');
$page = $this->getSession()->getPage();
$page->findField('edit-field-storage-subform-cardinality-number')->setValue('-11');
$this->assertSession()->assertExpectedAjaxRequest(1);
$page->findButton('Save settings')->click();
$this->assertSession()->assertWaitOnAjaxRequest();
$this->assertSession()->pageTextContains('Limit must be higher than or equal to 1.');
}
......
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