<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 2, 2014 at 1:43 PM, Jon Robson <span dir="ltr"><<a href="mailto:jdlrobson@gmail.com" target="_blank">jdlrobson@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">There is a consistent failure on 2 tests in the Chrome build. Firefox<br>

build not effected.<br><br>
Given(/^I am viewing the site in tablet mode$/) do<br>
  @browser.window.resize_to(768, 1024)<br>
end</blockquote><div><br></div><div>Watching these run, and checking official specs, I'd like to see what happens if you specify the window as (1024, 768) instead of (768, 1024). If I understand the test correctly it shouldn't make a difference as far as testing function, but Chrome seems to be calculating area based on a limited visible space available on the vertical axis.</div>
<div>-Chris </div></div></div></div>