Commit graph

1687 commits

Author SHA1 Message Date
LeeDr
582f5fe80d Wrap the get call with debug logging so we can debug the test hanging. 2015-12-19 10:23:45 -06:00
LeeDr
723931356c Merge branch 'master' into testVisualize 2015-12-18 14:11:36 -06:00
LeeDr
123caf464c Remove one used self var.
Fixes #5526
2015-12-08 21:01:13 +00:00
LeeDr
132552ce58 Fix cases.
Fixes #5526
2015-12-08 21:01:13 +00:00
LeeDr
859e115802 Fix cases.
Fixes #5526
2015-12-08 21:01:13 +00:00
LeeDr
a8918278f2 Changed 3 console.logs to common.debugs. Ran with debug: false to make sure I had clean output.
Fixes #5526
2015-12-08 21:01:12 +00:00
LeeDr
8230905cd4 Not sure why Jenkins passed and Travis failed to find the timezone selection. Adding 1 second sleep to see if it's timing.
Fixes #5526
2015-12-08 21:01:12 +00:00
LeeDr
f30c329b85 Add data-test-subj to advanced_row.html and advanced_row.html to enable test automation. Add a test for Advanced Settings.
Fixes #5526
2015-12-08 21:01:12 +00:00
LeeDr
d8e9a684c6 Functions and test for setting advanced properties.
Fixes #5526
2015-12-08 21:01:12 +00:00
Spencer
a44adcc3e8 Merge pull request #5506 from spalger/implement/testSubjSelector
Implement test subj selector
2015-12-07 13:48:53 -07:00
LeeDr
172ec0b399 Add check for UTC timezone before each visualize test with data. 2015-12-04 15:23:20 -06:00
LeeDr
41fb59c392 Merge branch 'advancedSettings' into testVisualize 2015-12-04 15:03:10 -06:00
LeeDr
562a33c781 Partial steps to check for UTC timezone before visualize tests. 2015-12-04 15:02:17 -06:00
LeeDr
8d2092c4bd Removed a pie chart test that isn't ready yet. 2015-12-03 15:34:04 -06:00
LeeDr
acce83cdbc Debug log message when createIndexPattern succeeds. 2015-12-02 14:25:08 -06:00
LeeDr
895447e24c Trying setTimeout('script', 'implicit', and 'page load'). 2015-12-02 13:13:32 -06:00
LeeDr
e7edd79536 Increase elasticsearch client timeout from 5 to 50 minutes! 2015-12-02 10:51:13 -06:00
LeeDr
44718237b2 Merge master 2015-12-02 10:26:58 -06:00
LeeDr
7a8e39d5da Increase ElasticSearch client timeout from 30s to 5m (probably a bit overkill). 2015-12-01 14:52:45 -06:00
LeeDr
ad78770100 Similar to previous commit, add 1s sleep before entering the name of the saved visualization. 2015-12-01 11:02:54 -06:00
LeeDr
5d36e8749e Remove a console.log from scenarioManager. Add 1s delay before setting saved query name so we don't end up with concatenated name. 2015-12-01 10:20:59 -06:00
LeeDr
c4b60c9c88 Increase elasticsearch client timeout from 30s to 5m. 2015-12-01 09:00:07 -06:00
LeeDr
32cf7762f2 Merge master. 2015-11-30 15:15:22 -06:00
LeeDr
d5281075fb Minor changes and debug logging for visualize tests. 2015-11-30 14:26:24 -06:00
LeeDr
40b944d235 Not sure why Jenkins passed and Travis failed to find the timezone selection. Adding 1 second sleep to see if it's timing. 2015-11-30 12:23:47 -06:00
LeeDr
9a49fbc5c5 Add data-test-subj to advanced_row.html and advanced_row.html to enable test automation. Add a test for Advanced Settings. 2015-11-30 11:59:59 -06:00
LeeDr
6311d949a1 Functions and test for setting advanced properties. 2015-11-25 15:41:21 -06:00
spalger
f654340713 use intern require syntax 2015-11-25 14:23:28 -06:00
LeeDr
025cbb0829 Sleep before getting barChartData and remove PieChartdata test until the data is parsed into something more reliable. 2015-11-25 14:15:44 -06:00
LeeDr
d6ff27be29 Added UTC Timezone to the initial kibana data load. Change HeaderPage.setAbsoluteTime to click the Timepicker and collapse the pane when done. Update data in most visualize tests for UTC time. 2015-11-25 13:34:23 -06:00
spalger
dfd8d3e960 added util for functional tests 2015-11-25 12:51:28 -06:00
Joe Fleming
14daaf0f85 move defaultTimeout into a config file 2015-11-24 15:29:56 -07:00
Joe Fleming
3e8307f8ac increase the default timeouts 2015-11-24 15:10:34 -07:00
Joe Fleming
25e7d2976e make the tryForTime output less noisy 2015-11-24 15:10:34 -07:00
Joe Fleming
b3f2d5bfed add check for selected time field option 2015-11-24 15:10:34 -07:00
Joe Fleming
43a5e2b838 wrap getFieldsTabCount in tryForTime
give it a chance to fail up to 10 times before failing completely
2015-11-24 15:10:33 -07:00
Joe Fleming
4fdbc265c8 add catch for missing toast message 2015-11-24 15:10:33 -07:00
Joe Fleming
c9c0f34efe add a little more debugging 2015-11-24 15:10:33 -07:00
Joe Fleming
d8d8886747 speed up the waitForToastMessageGone helper 2015-11-24 15:10:33 -07:00
LeeDr
e1606db2db setWindowSize for discover and visualize tests otherwise side panels and header buttons can be hidden. Add catch to all visualize test before functions. 2015-11-24 14:26:39 -06:00
LeeDr
9e10b8c532 Merge branch 'master' into testVisualize 2015-11-24 12:31:42 -06:00
Joe Fleming
4e9b1d34de restore waitForToastMessageGone timeout 2015-11-24 11:47:25 -06:00
Joe Fleming
c940bc8497 put tryForTime in getCurrentQueryName 2015-11-24 11:47:02 -06:00
Joe Fleming
9303c57b7b update HeaderPage helper, use defaultTimeout 2015-11-24 10:30:36 -06:00
Joe Fleming
ca5ba4fe16 fix use in navigateToApp 2015-11-24 10:21:37 -06:00
Joe Fleming
8a5c94c941 pass the resolved value 2015-11-24 10:17:55 -06:00
LeeDr
90ac2c3189 Increase 5s timeout to longTimeout of 60s. 2015-11-23 16:13:34 -06:00
LeeDr
b68b644c11 Move test timeouts to top describe level. 2015-11-23 13:43:47 -06:00
LeeDr
9cdadc9de2 Adding idle-timeout back in. 2015-11-23 13:38:33 -06:00
LeeDr
8155ad799b Switch idle-timeout back to default 30 seconds. 2015-11-23 13:13:22 -06:00