/**
  * Test form filling
  *
  * @param TestPage $page
  * @param Test $fixture
  * @return void
  */
 public function test7(TestPage $page, Test $fixture)
 {
     $page->open();
     $page->getTestBlock()->search($fixture);
     sleep(2);
 }