drupalGet('ajax_validation_test'); $page = $this->getSession()->getPage(); $assert = $this->assertSession(); // Partially complete the form with a string. $page->fillField('drivertext', 'some dumb text'); // Move focus away from this field to trigger AJAX. $page->findField('spare_required_field')->focus(); // When the AJAX command updates the DOM a