Skip to content

Commit

Permalink
Disable animations for xpack functional tests too (#25148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon authored Nov 5, 2018
1 parent 25666f8 commit 531424e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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
Expand Down

0 comments on commit 531424e

Please sign in to comment.