Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jun 10, 2021
1 parent fb4788d commit 9f5f95c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
*/

import expect from '@kbn/expect';
import { delay } from 'bluebird';

import { FtrProviderContext } from '../../ftr_provider_context';
const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));

export default ({ getPageObjects, getService }: FtrProviderContext) => {
describe('uptime alerts', () => {
Expand Down

0 comments on commit 9f5f95c

Please sign in to comment.