get('/prices/index')-> with('request')->begin()-> isParameter('module', 'prices')-> isParameter('action', 'index')-> end()-> with('response')->begin()-> isStatusCode(200)-> checkElement('body', '!/This is a temporary page/')-> end() ;