mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Disable animations for xpack functional tests too (#25148)
This commit is contained in:
parent
25666f8d41
commit
531424ef17
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue