I have to say it works fine when I replace that number 27 by 'Programming'...
On 14 jan, 12:03, benoitW <[email protected]> wrote: > Hi all, > > What means number 27 is Jobeet functional categoryActionsTest ? > > Official code follows : > > info(sprintf(' 1.2 - Categories with more than %s jobs also have a > "more" link', sfConfig::get('app_max_jobs_on_homepage')))-> > get('/')-> > click('27')-> > with('request')->begin()-> > isParameter('module', 'category')-> > isParameter('action', 'show')-> > isParameter('slug', 'programming')-> > end()-> > > But when I test i get this error message : > > Could not find the element "27" (position 1) in the current DOM. > > Thanks forward for your help -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
