Chris@0: drupalGet('ajax_forms_image_button_form'); Chris@0: $assertSession = $this->assertSession(); Chris@0: $session = $this->getSession(); Chris@0: Chris@0: $enter_key_event = <<executeScript($enter_key_event); Chris@0: Chris@0: $this->assertNotEmpty($assertSession->waitForElementVisible('css', '#ajax-1-more-div'), 'Page updated after image button pressed'); Chris@0: } Chris@0: Chris@0: }