]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run TB3 tests also on IE11 (#12631)
authorArtur Signell <artur@vaadin.com>
Wed, 25 Sep 2013 09:57:48 +0000 (12:57 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 25 Sep 2013 10:01:55 +0000 (10:01 +0000)
Change-Id: I1ae0f8618e69ba61bb946cde18c2936b751f3a5f

uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java

index b278ef2c40ebe7578e09bfdc39cdbe592b920dc9..e24218eeb4e6fa1861bac508bffbfa42c5836e39 100644 (file)
@@ -50,6 +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.ie(11));
         allBrowsers.add(BrowserUtil.firefox(24));
         // Uncomment once we have the capability to run on Safari 6
         // allBrowsers.add(safari(6));