Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-03-11 20:49:30 +0300
committerFatih Acet <acetfatih@gmail.com>2019-03-11 20:49:30 +0300
commitdb266771c4d7b831a3627b7130683878b52b92ab (patch)
tree77c134d3c527b8caadf01eaa196debe2a5659f53
parent5dd2e065977998649428f6ccd0bd0418d57fd296 (diff)
parentcef55d9d29f6cac1003ece47bda5e4393ccd686e (diff)
Merge branch 'remove-fe-test-docs-polyfill-warnings' into 'master'
Remove polyfill warnings from the FE testing docs See merge request gitlab-org/gitlab-ce!25970
-rw-r--r--doc/development/testing_guide/frontend_testing.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/development/testing_guide/frontend_testing.md b/doc/development/testing_guide/frontend_testing.md
index 5b66e513a76..feeba36b073 100644
--- a/doc/development/testing_guide/frontend_testing.md
+++ b/doc/development/testing_guide/frontend_testing.md
@@ -281,25 +281,6 @@ Information on setting up and running RSpec integration tests with
## Gotchas
-### Errors due to use of unsupported JavaScript features
-
-Similar errors will be thrown if you're using JavaScript features not yet
-supported by the PhantomJS test runner which is used for both Karma and RSpec
-tests. We polyfill some JavaScript objects for older browsers, but some
-features are still unavailable:
-
-- Array.from
-- Array.first
-- Async functions
-- Generators
-- Array destructuring
-- For..Of
-- Symbol/Symbol.iterator
-- Spread
-
-Until these are polyfilled appropriately, they should not be used. Please
-update this list with additional unsupported features.
-
### RSpec errors due to JavaScript
By default RSpec unit tests will not run JavaScript in the headless browser