Skip to content

Commit

Permalink
load _mb data
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Dec 21, 2021
1 parent 206fb7c commit ed3b47f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ export default function ({ getService, getPageObjects }) {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);

before(async () => {
await setup('x-pack/test/functional/es_archives/monitoring/singlecluster_red_platinum', {
await setup('x-pack/test/functional/es_archives/monitoring/singlecluster_red_platinum_mb', {
from: 'Oct 6, 2017 @ 19:53:06.748',
to: 'Oct 6, 2017 @ 20:15:30.212',
useCreate: true,
});

await overview.closeAlertsModal();
Expand Down Expand Up @@ -119,10 +120,11 @@ export default function ({ getService, getPageObjects }) {

before(async () => {
await setup(
'x-pack/test/functional/es_archives/monitoring/singlecluster_three_nodes_shard_relocation',
'x-pack/test/functional/es_archives/monitoring/singlecluster_three_nodes_shard_relocation_mb',
{
from: 'Oct 5, 2017 @ 20:31:48.354',
to: 'Oct 5, 2017 @ 20:35:12.176',
useCreate: true,
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,11 @@ export default function ({ getService, getPageObjects }) {

before(async () => {
await setup(
'x-pack/test/functional/es_archives/monitoring/singlecluster_three_nodes_shard_relocation',
'x-pack/test/functional/es_archives/monitoring/singlecluster_three_nodes_shard_relocation_mb',
{
from: 'Oct 5, 2017 @ 20:31:48.354',
to: 'Oct 5, 2017 @ 20:35:12.176',
useCreate: true,
}
);

Expand Down

0 comments on commit ed3b47f

Please sign in to comment.