Skip to content

Commit

Permalink
removes ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Dec 19, 2022
1 parent dc1a829 commit 70f6251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/analytics/tests/analytics_from_the_browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

it('should call flush when using the window-exposed flush method', async () => {
await browser.execute(() => window.__kbnAnalytics.flush());
// @ts-expect-error
const action = await browser.execute(() => window.__analyticsPluginA__.getFlushAction());
expect(action).to.eql({ action: 'flush', meta: {} });
});
Expand Down

0 comments on commit 70f6251

Please sign in to comment.