From 21af0c343180acf008b3a04b8997ff67292e9d9f Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 23 Sep 2013 20:15:54 +0300 Subject: [PATCH] Updated TB3 tests to use Firefox 24 (#12604) Change-Id: I738e5e3aca7b5332ced2179593f304c6d375b0f1 --- uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java index 5a1d07c0c0..b278ef2c40 100644 --- a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java +++ b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java @@ -50,7 +50,7 @@ public abstract class MultiBrowserTest extends PrivateTB3Configuration { allBrowsers.add(BrowserUtil.ie(8)); allBrowsers.add(BrowserUtil.ie(9)); allBrowsers.add(BrowserUtil.ie(10)); - allBrowsers.add(BrowserUtil.firefox(17)); + allBrowsers.add(BrowserUtil.firefox(24)); // Uncomment once we have the capability to run on Safari 6 // allBrowsers.add(safari(6)); allBrowsers.add(BrowserUtil.chrome(29)); -- 2.39.5