Skip to content

Commit

Permalink
Revert the o11y tests as the checkBoxes fix is reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanout committed Nov 23, 2021
1 parent 762ba4d commit 963b34e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ async function asyncForEach<T>(array: T[], callback: (item: T, index: number) =>
}

const ACTIVE_ALERTS_CELL_COUNT = 78;
const RECOVERED_ALERTS_CELL_COUNT = 100;
const TOTAL_ALERTS_CELL_COUNT = 165;
const RECOVERED_ALERTS_CELL_COUNT = 120;
const TOTAL_ALERTS_CELL_COUNT = 198;

export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
Expand Down

0 comments on commit 963b34e

Please sign in to comment.