mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
58a9738657
commit
3737ce61b8
5 changed files with 520 additions and 419 deletions
|
@ -110,7 +110,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "6.7.4",
|
||||
"@elastic/eui": "6.8.0",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "8.1.1-kibana2",
|
||||
"@elastic/numeral": "2.3.2",
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "6.7.4",
|
||||
"@elastic/eui": "6.8.0",
|
||||
"@elastic/node-crypto": "0.1.2",
|
||||
"@elastic/node-phantom-simple": "2.2.4",
|
||||
"@elastic/numeral": "2.3.2",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -32,8 +32,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
|
||||
it('should update global Kibana refresh config to value stored with map', async () => {
|
||||
const kibanaRefreshConfig = await PageObjects.timePicker.getRefreshConfig();
|
||||
expect(kibanaRefreshConfig.interval).to.equal('0.02');
|
||||
expect(kibanaRefreshConfig.units).to.equal('minutes');
|
||||
expect(kibanaRefreshConfig.interval).to.equal('1');
|
||||
expect(kibanaRefreshConfig.units).to.equal('seconds');
|
||||
expect(kibanaRefreshConfig.isPaused).to.equal(true);
|
||||
});
|
||||
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -871,10 +871,10 @@
|
|||
tabbable "^1.1.0"
|
||||
uuid "^3.1.0"
|
||||
|
||||
"@elastic/eui@6.7.4":
|
||||
version "6.7.4"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.7.4.tgz#04fb02cfee7d7851ca90659eae121555f56ff83a"
|
||||
integrity sha512-h0542LAqKjFdbyV8heiwQOlGe6fkThNagPCr7wymFBF/HYBWvIcJSplSVVRNgwgNRvWEXEGLOGrVLInn0Atfpg==
|
||||
"@elastic/eui@6.8.0":
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.8.0.tgz#16152cb2b04ddc756bed5cadb525d27a8904ec42"
|
||||
integrity sha512-AnBgIpcEzpKrdbqYRIitU0kPN0fTgO2olOSaQqoKz8LUQButYLE9+ghV6c48K12UuuMQUK7m+qvyXt2z/5xCGQ==
|
||||
dependencies:
|
||||
"@types/lodash" "^4.14.116"
|
||||
"@types/numeral" "^0.0.25"
|
||||
|
@ -890,6 +890,7 @@
|
|||
react-ace "^5.5.0"
|
||||
react-color "^2.13.8"
|
||||
react-input-autosize "^2.2.1"
|
||||
react-is "~16.3.0"
|
||||
react-virtualized "^9.18.5"
|
||||
react-vis "1.10.2"
|
||||
resize-observer-polyfill "^1.5.0"
|
||||
|
@ -17683,6 +17684,11 @@ react-is@^16.4.0, react-is@^16.5.2:
|
|||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.0.tgz#456645144581a6e99f6816ae2bd24ee94bdd0c01"
|
||||
integrity sha512-q8U7k0Fi7oxF1HvQgyBjPwDXeMplEsArnKt2iYhuIF86+GBbgLHdAmokL3XUFjTd7Q363OSNG55FOGUdONVn1g==
|
||||
|
||||
react-is@~16.3.0:
|
||||
version "16.3.2"
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22"
|
||||
integrity sha512-ybEM7YOr4yBgFd6w8dJqwxegqZGJNBZl6U27HnGKuTZmDvVrD5quWOK/wAnMywiZzW+Qsk+l4X2c70+thp/A8Q==
|
||||
|
||||
react-lib-adler32@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/react-lib-adler32/-/react-lib-adler32-1.0.1.tgz#01f7a0e24fe715580aadb8a827c39a850e1ccc4e"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue