Commit graph

8 commits

Author SHA1 Message Date
Spencer
3378a53e34
[7.0] [jest/integration] set default test timeout to 30 seconds (#33718) (#33749)
Backports the following commits to 7.0:
 - [jest/integration] set default test timeout to 30 seconds  (#33718)
2019-03-22 16:10:58 -07:00
spalger
a297d9cb5c [x-pack/jest/integration] Jest runs setup hook when tests are skipped...
(cherry picked from commit 33dc8e6cfd)
2019-03-11 22:06:21 -07:00
Spencer
46a35c334f
[7.0] temporarily skip flaky test (#32922) (#32930)
Backports the following commits to 7.0:
 - temporarily skip flaky test  (#32922)
2019-03-11 13:30:33 -07:00
nicknak
34ba3e7196
Testing/Removal of throw on console error (#29983) (#32693)
* Use hosts instead of url for elasticsearch.

* Adds jest integration tests to run in xpack intake.

* Reverting the exclusion of throwing errors in tests.

* Strange test that seems to fail without console error exception being thrown.

* Fix issues with wrong props for EuiInMemoryTable.

* Removes the masking of console errors in tests.
2019-03-08 08:46:41 -05:00
nicknak
7cc7147cd5
Testing x pack jest integration (#26825)
* progress

* progress

* cleanup and elastic configs

* make upgrades to support adding aditional users, with

* use defaultDeep to ensure settings pass correctly

* move needed configs to start servers into kbn_server (except x-pack plugin paths and users)

* move xpack config to an export

* add more time

* diff rollbacks

* roll back prettier diff

* revert setupUsers signature

* remove more bluebird

* update bluebird for fixes with jest compatability

* fix ts errors

* dont allow jest to keep going making errors confising

* Separates configs for jest integration core/x-pack.

* Pass nested kbn config parameters.

* Adds example x-pack integration test using live es.

* Cloud detectors should be configurable for tests.

* Cloud detectors should use native promises only.

* No erroneous comments...

* Util is only for promisify, duh!

* New tests should have docuementation to help those looking to utilize them.

* Doc section headings should be consistent with each other.

* With git there is no need to commit commented code.
2019-01-10 14:31:12 -05:00
Leanid Shutau
e9ff201be7
[I18n] Migrate enzyme helpers to TypeScript (#25108)
* [I18n] Migrate enzyme helpers to TypeScript

* Migrate src enzyme helpers

* Remove eslint comments
2018-11-06 15:56:37 +03:00
Maryia Lapata
157477a2d7 Fix/react intl testing helper functions (#24527)
update testing helper functions for react-intl

now we use real intl object passed by IntlProvider via context instead of mocking intl object.
so now data(strings, JSX) passed to FormattedMessage component via values are compiled and
are inserted in the output of FormattedMessage component
2018-11-01 13:54:22 +03:00
Aliaksandr Yankouski
42c291a752 "Index management" translations (#21687)
Apply translations for Index management on Management tab
2018-08-17 11:25:47 +03:00