summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-09-29 15:22:47 +0300
committerVaadin Code Review <review@vaadin.com>2015-09-29 13:36:52 +0000
commitfc803ca753eab3bdaa8db1857220eaed7dbef987 (patch)
tree5acfac6f5a39d2abe10f1b09d36a6855478189dd /uitest
parente2019e662df71e86fc1aca466b83d3a8351bca37 (diff)
downloadvaadin-framework-fc803ca753eab3bdaa8db1857220eaed7dbef987.tar.gz
vaadin-framework-fc803ca753eab3bdaa8db1857220eaed7dbef987.zip
Remove old Chrome workaround from GridClientRenderers test
Change-Id: Ic328291e61301b3ab314e2f7450132610a653b98
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java b/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
index 2ef1600f91..4139bb0c5f 100644
--- a/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
+++ b/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
@@ -161,11 +161,6 @@ public class GridClientRenderers extends MultiBrowserTest {
String colorRed = "rgba(255, 0, 0, 1)";
String colorWhite = "rgba(255, 255, 255, 1)";
String colorDark = "rgba(239, 240, 241, 1)";
- if (BrowserUtil.isChrome(desiredCapabilities)) {
- colorRed = "rgb(255, 0, 0)";
- colorWhite = "rgb(255, 255, 255)";
- colorDark = "rgb(239, 240, 241)";
- }
openTestURL();