> > How do I test if > a button (e.g. <a href="?msgid=0 > <http://auth.syllabus.space/auth/authenticator?msgid=0>" class="btn > btn-default btn-xs" style="font-size:x-small;color:black" > do not show > again</a>) > or a link (e.g. <a href="/aboutus <http://auth.syllabus.space/aboutus>">About > Us</a>) > works, using Mojo::Test? I want to make sure that when the user clicks on > them they can be redirected to the right page, and I want my test object to > follow those links and test the content of the new page. >
There is no built in feature for "clicking" on links yet. We've been discussing it for some time, but not found the right way to do it yet. You have to do it manually, or use a 3rd party module. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
