Skip to content

Commit

Permalink
Make sure reporting has animations off, this stabilizes tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Oct 17, 2018
1 parent 7ab65e8 commit 71c7af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/page_objects/reporting_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export function ReportingPageProvider({ getService, getPageObjects }) {
await esArchiver.load('historic');
await kibanaServer.uiSettings.replace({
'dateFormat:tz': 'UTC',
'defaultIndex': 'logstash-*'
'defaultIndex': 'logstash-*',
'accessibility:disableAnimations': 'true',
});

await remote.setWindowSize(1600, 850);
Expand Down

0 comments on commit 71c7af1

Please sign in to comment.