<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 18, 2013 at 9:29 PM, S Page <span dir="ltr"><<a href="mailto:spage@wikimedia.org" target="_blank">spage@wikimedia.org</a>></span> wrote:<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">

<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>There's an explicit test for RL errors in features/step_definitions/create_account_steps.rb in <br>qa/browsertests.git has a<br>  Then(/^page has no ResourceLoader errors$/) do<br>


<br></div><div>I think that assertion should be performed when visiting every page.<br></div></div></div></div></blockquote><div><br></div><div>I have added it to Bugzilla[1] so it does not get forgotten.</div><div> </div>

<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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">

<div>Are there any implicit sleep() calls in tests? When I watch WebDriver run tests, it sometimes seems to wait a long time before moving to the next step, it's not clear what it's doing. The few sleep calls I've seen in tests are just 1 or 2 seconds.<br>

</div></div></div></div></blockquote><div><br></div><div>We are sometimes explicitly waiting for an element to appear[2][3].</div><div> </div><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">

<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div>(Is there a verbose mode for cucumber?)</div></div></div></div></blockquote><div><br></div><div>Cucumber is "just" a test runner, so you probably do not need it's verbose output. We are already running all Jenkins jobs with Cucumber's verbose output. For example, see [4] and [5].</div>

<div><br></div><div>Željko</div><div>--</div><div>1: <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=57304">https://bugzilla.wikimedia.org/show_bug.cgi?id=57304</a></div><div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">

2: <a href="http://watirwebdriver.com/waiting/" target="_blank">http://watirwebdriver.com/waiting/</a></div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">3: <a href="https://github.com/cheezy/page-object/wiki/Ajax-Calls" target="_blank">https://github.com/cheezy/page-object/wiki/Ajax-Calls</a></div>

</div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">4: <a href="https://github.com/wikimedia/mediawiki-selenium/blob/master/docs/jobs.md#browsertests-commonswikimediabetawmflabsorg">https://github.com/wikimedia/mediawiki-selenium/blob/master/docs/jobs.md#browsertests-commonswikimediabetawmflabsorg</a></div>

<div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">5: <a href="https://wmf.ci.cloudbees.com/job/browsertests-commons.wikimedia.beta.wmflabs.org-linux-chrome/472/console">https://wmf.ci.cloudbees.com/job/browsertests-commons.wikimedia.beta.wmflabs.org-linux-chrome/472/console</a></div>

</div></div></div>