<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 10, 2013 at 3:18 AM, Željko Filipin <span dir="ltr"><<a href="mailto:zfilipin@wikimedia.org" target="_blank">zfilipin@wikimedia.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Tomislav,<div><div class="gmail_extra"><div class="gmail_quote"><div class="im">On Tue, Oct 8, 2013 at 1:05 AM, Tomislav Plavcic <span dir="ltr"><<a href="mailto:tplavcic@gmail.com" target="_blank">tplavcic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">#2<br></blockquote></div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
When a test fails maybe it would be good that it prints a url visited<br>
so I can check a tested page manually - </blockquote></div></div></div></div></div></blockquote><div><br></div><div>If you just need it for temporary debugging, you can always add a 'puts' line inside the steps file at the appropriate place: </div>
<div><br></div><div>puts @browser.url</div><div><br></div><div>will print the current url to the terminal. </div><div><br></div><div>-Chris <br></div></div></div></div>