From 36293f05e7d22bb909854e50a15154622adc7765 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 21 Oct 2016 09:35:44 +0200 Subject: [PATCH] Clarify accepted errors when testing in IE9 --- Release-Procedure.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 8d8d29b..989a1bb 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -1,7 +1,13 @@ This document is a work in progress. When it is finalized, it should be included as a doc within the repository itself. ### Run unit tests -Start with running unit tests in IE9, IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests (except `Error: Access is denied.` errors for CORS requests in IE9) pass before the release process is started. +Start with running unit tests in IE9 (with open developer console), IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests pass before the release process is started + +For IE 9 the following errors are acceptable: +* `Error: Access is denied.` errors for CORS requests +* `Uncaught error outside test suite: Error: 'io' is undefined (http://my-host:3000/test/loader.js:21)` + +Remember to open the developer console (hit `F12`) when running tests in IE9 otherwise you will see a lot of errors like `console is not defined`. ### Create a release branch