Closed dancingfrog closed 8 years ago
The curly braces in regular expressions needed to be escaped and a selector in '04_webapp.t' was updated to: ->text_is('li a[href="#NAME"]' => 'NAME');
->text_is('li a[href="#NAME"]' => 'NAME');
Thanks, @dancingfrog! :+1:
The curly braces in regular expressions needed to be escaped and a selector in '04_webapp.t' was updated to:
->text_is('li a[href="#NAME"]' => 'NAME');