Commit graph

1724 commits

Author SHA1 Message Date
LeeDr
69fdfd8f99 Merge master 2016-05-17 13:23:48 -05:00
LeeDr
dda1703b5e Try without the last test 2016-05-17 10:35:09 -05:00
LeeDr
8fca1d8bb7 Changed to return on initial getEsHostPort. 2016-05-16 18:27:42 -05:00
LeeDr
d37573d5b4 Test to see if returning from the expects resolves the tryForTime's continuing after the tests finish. 2016-05-16 18:08:45 -05:00
Shaunak Kashyap
bc0d3921de
Don't try to set the ES URL via the UI 2016-05-10 03:25:00 -07:00
LeeDr
ee3119e678 A couple of simple console tests to make sure its there and works. 2016-05-04 13:00:37 -05:00
spalger
fe260e0ec6 Merge branch 'master' of github.com:elastic/kibana into implement/babelForFunctionalTests 2016-04-27 23:26:42 -05:00
spalger
263b55360f [test/functional/support] throw errors on invalid export usage 2016-04-22 13:03:33 -05:00
spalger
56170207bb [functionalTests/common] add #try() method
There are a ton of places in the functional tests where the "default" is set explicitly. This sort of defeats the purpose of a default though, so in my spare time I'll be moving tests away from this pattern.

This change removes the timeout argument from #tryForTime() via a new method, simply called #try(). It also replaces all instances of `common.tryForTime(defaultTimeout, ...)` with calls to this method, which shouldn't have cause any functional changes.
2016-04-22 11:05:46 -05:00
Nicolas Bevacqua
912e2c825a [merge] Merge with master 2016-04-19 16:30:05 -03:00
spalger
b63bfd2e0a [test] setup babel for the functional tests 2016-04-17 16:58:34 -07:00
Court Ewing
de20762889 [internal] Remove all variable redeclarations
Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.
2016-04-01 14:21:55 -04:00
Nicolas Bevacqua
7ff2a358ff Merge branch 'master' into bugfix/no-results-timepicker 2016-03-30 16:53:02 -03:00
Nicolas Bevacqua
bc0278f266 [test/functional] Add test case for expand/collapse timepicker from discover's "No Results". 2016-03-30 14:50:32 -03:00
spalger
828a4bf28f [visualize/functionaltests] aggregating on an analyzed field is not allowed 2016-03-30 10:48:47 -07:00
Nicolas Bevacqua
4036c46b8f [test/functional] Functional tests covering new "No Results" partial directive and time picker. 2016-03-30 14:08:56 -03:00
Rashid Khan
5098209c3b Merge pull request #6643 from colings86/fix/extendedBoundsDateHistogram
Don't use extended_bounds for time filter in date_histogram
2016-03-28 12:37:13 -07:00
spalger
5c492e7ec8 [discover/tests] update rigid test data 2016-03-24 10:56:43 -07:00
spalger
cc53748540 [discover] fix a regular expression in a test 2016-03-23 12:46:47 -07:00
Tyler Smalley
32cad000a0 Merge remote-tracking branch 'upstream/master' into feature/design 2016-03-21 18:31:58 -07:00
spalger
8052a97cd2 Merge branch 'master' of github.com:elastic/kibana into pr/6291 2016-03-21 16:30:06 -07:00
Shelby Sturgis
aae8583455 Merge branch 'master' into feature/design 2016-03-18 12:48:55 -07:00
Tyler Smalley
a25f8f9f00 Resolves functional tests for K5 redesign
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Signed-off-by: Lee Drengenberg <lee.drengenberg@elastic.co>
2016-03-16 13:33:58 -07:00
LeeDr
78c2d07bee use Count not count on area chart test. Remove moveMouseTo for now. 2016-03-16 12:18:38 -05:00
LeeDr
89aff0210f Changes to methods for getting more specific chart data to cover integration testing. 2016-03-14 14:40:53 -05:00
Shaunak Kashyap
f35c7122d2 More fun with spaces :| 2016-03-11 02:13:35 -08:00
Shaunak Kashyap
55cffbd706 Now too many spaces :| 2016-03-10 17:09:08 -08:00
Shaunak Kashyap
bc76ba4f8d Missed a space :/ 2016-03-10 17:00:08 -08:00
Shaunak Kashyap
acf9670ed7 s/(empty)/ - / in tests after reverting commit introducing (empty) 2016-03-10 16:51:48 -08:00
Shaunak Kashyap
e92a07724d Fixing expected strings in text to match changes in actual output 2016-03-10 15:41:14 -08:00
Jonathan Budzenski
bc10322c64 [timepicker] Set scope properly, update spinner selector on tests, wait for refresh button to hide 2016-02-11 15:41:56 -06:00
Shelby Sturgis
d5c082996c removing legend tests 2016-02-10 15:46:18 -08:00
LeeDr
7327c250aa Change Common to common in _collapse_expand.js. 2016-01-28 17:25:33 -06:00
LeeDr
eb77030f79 snake_case merged master. 2016-01-28 17:11:47 -06:00
LeeDr
bc07598ab7 Merge branch 'master' into snake_case 2016-01-28 16:25:54 -06:00
LeeDr
a4088bbacc snake_case test files. 2016-01-28 16:17:23 -06:00
LeeDr
763c564d67 Merge branch 'master' into expandCollapse 2016-01-28 12:31:43 -06:00
LeeDr
ef9833f4a3 Missing a period. 2016-01-26 17:55:58 -06:00
LeeDr
91fe72c89a Allow either old Firefox Ctrl + C or new Firefox clipboard message. 2016-01-26 17:33:26 -06:00
LeeDr
dc36197b55 New tests for expand/collapse discover tab legend and sidebar. 2016-01-26 15:36:54 -06:00
LeeDr
5073aa520c Share expectedToastMessage variable between tests, and comment about Firefox version changes message. 2016-01-26 12:30:09 -06:00
LeeDr
82d993adff Add 5 tests for Discover shared links 2016-01-25 20:39:27 -06:00
LeeDr
696d50c0f2 Merge pull request #5975 from LeeDr/moreDiscoverTests
8 new discover tests, _field_data
2016-01-21 17:33:11 -06:00
LeeDr
aeb45136d4 8 new discover tests, _field_data 2016-01-21 15:44:33 -06:00
LeeDr
c477ab40a8 Minor changes from review comments. 2016-01-20 12:14:49 -06:00
LeeDr
6a84f5cf1b Added tests that change the interval through most of the choices and check the data. 2016-01-19 18:05:14 -06:00
LeeDr
24b0177688 Fix screenshots Data Table and Tile Map. Add comments. 2016-01-19 12:41:17 -06:00
LeeDr
127e8e67dd Fix screenshots Data Table and Tile Map. 2016-01-19 12:20:09 -06:00
LeeDr
21e996bd88 Fix screenshots Data Table and Tile Map. 2016-01-19 10:50:30 -06:00
LeeDr
24fa2d41f9 Revert "Fix screenshots Data Table and Tile Map."
This reverts commit b6f67920aa.
2016-01-19 10:39:51 -06:00