diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-25 12:57:48 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-09-25 10:01:55 +0000 |
commit | 1df28c314141d7531591ff9c5ee1ab3521f29e8c (patch) | |
tree | 5616009a6f0337e1b962f79daef023e3f4852c54 /uitest | |
parent | 0248b8f7ba0817cc1dbf8bae431544803602cb08 (diff) | |
download | vaadin-framework-1df28c314141d7531591ff9c5ee1ab3521f29e8c.tar.gz vaadin-framework-1df28c314141d7531591ff9c5ee1ab3521f29e8c.zip |
Run TB3 tests also on IE11 (#12631)
Change-Id: I1ae0f8618e69ba61bb946cde18c2936b751f3a5f
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java index b278ef2c40..e24218eeb4 100644 --- a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java +++ b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java @@ -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)); |