Run sanity functional tests in IE8

This commit is contained in:
Alex Gibson 2017-09-29 13:19:29 +01:00
Родитель 6b9982943e
Коммит 782b354dc1
3 изменённых файлов: 5 добавлений и 13 удалений

Просмотреть файл

@ -20,16 +20,10 @@ case $1 in
BROWSER_NAME="internet explorer"
PLATFORM="Windows 10"
;;
ie6)
ie8)
BROWSER_NAME="internet explorer"
BROWSER_VERSION="6.0"
PLATFORM="Windows XP"
MARK_EXPRESSION="sanity and not headless"
;;
ie7)
BROWSER_NAME="internet explorer"
BROWSER_VERSION="7.0"
PLATFORM="Windows XP"
BROWSER_VERSION="8.0"
PLATFORM="Windows 7"
MARK_EXPRESSION="sanity and not headless"
;;
headless)

Просмотреть файл

@ -16,8 +16,7 @@ integration_tests:
- firefox
- chrome
- ie
- ie6
- ie7
- ie8
tokyo:
- headless
frankfurt:

Просмотреть файл

@ -11,5 +11,4 @@ integration_tests:
- firefox
- chrome
- ie
- ie6
- ie7
- ie8