Disable animations for xpack functional tests too (#25148) (#25169)

This commit is contained in:
Stacey Gammon 2018-11-06 08:17:12 -05:00 committed by GitHub
parent 6a36a77f79
commit 74a7731814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,11 @@ export default async function ({ readConfigFile }) {
'--xpack.security.encryptionKey="wuGNaIhoMpk5sO4UBxgr3NyW1sFcLgIf"', // server restarts should not invalidate active sessions
],
},
uiSettings: {
defaults: {
'accessibility:disableAnimations': true,
},
},
// the apps section defines the urls that
// `PageObjects.common.navigateTo(appKey)` will use.
// Merge urls for your plugin with the urls defined in