]> source.dussan.org Git - vaadin-framework.git/commit
Made grid testbench tests more stable on all browsers
authorJohn Ahlroos <john@vaadin.com>
Fri, 25 Apr 2014 11:24:56 +0000 (14:24 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 29 Apr 2014 10:03:23 +0000 (10:03 +0000)
commitc52b4a3d3967b2eefb8c8e1c287f8dd587f7c4f9
tree8439b1cb5b260347f09f2df7c00a1437d81c5406
parent55ab9980811c52735a0ee1943907327f5ca0fcd8
Made grid testbench tests more stable on all browsers

Testbench reports different things for the css width depending on
the browser so changed the tests to use the WebElement.Size property
instead to get consistant results.

Also removed the data change test as in its current state it does
not serve any purpose. A similar test could be added at some point
when we actually can test this. The test had never succeeded.

Change-Id: I8d762b1c662afb5e9b09d384b8100200fbfaba33
uitest/src/com/vaadin/tests/components/grid/GridBasicFeaturesTest.java