From 287c98d9c4df17258c8fc86baa79b78a6d9ea202 Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Thu, 26 Oct 2017 16:12:47 +0300 Subject: [PATCH] Add change to 'CodenvyEditor' according to new client Change the color style in the method into 'CodenvyEditor' according new style on the client --- .../java/org/eclipse/che/selenium/pageobject/CodenvyEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selenium/che-selenium-test/src/main/java/org/eclipse/che/selenium/pageobject/CodenvyEditor.java b/selenium/che-selenium-test/src/main/java/org/eclipse/che/selenium/pageobject/CodenvyEditor.java index cb8d23e771..4496801e6c 100644 --- a/selenium/che-selenium-test/src/main/java/org/eclipse/che/selenium/pageobject/CodenvyEditor.java +++ b/selenium/che-selenium-test/src/main/java/org/eclipse/che/selenium/pageobject/CodenvyEditor.java @@ -1033,7 +1033,7 @@ public class CodenvyEditor { String.format( Locators.TAB_FILE_NAME_AND_STYLE, fileName, - "color: rgb(255, 255, 255);")))); + "color: rgb(160, 169, 183);")))); } /**