Chris@0: drupalGet('ajax_forms_image_button_form'); Chris@0: $assertSession = $this->assertSession(); Chris@0: $session = $this->getSession(); Chris@0: Chris@18: $button = $session->getPage()->findButton('Edit'); Chris@18: $button->keyPress(13); 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: }