From 5a1d2650607592c60f19527f0218886ed9047bc4 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Wed, 6 Jan 2021 17:58:46 +0100 Subject: [PATCH] fix(context-pad): fix test case --- test/spec/features/context-pad/ContextPadProviderSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/features/context-pad/ContextPadProviderSpec.js b/test/spec/features/context-pad/ContextPadProviderSpec.js index adfb580425..0aa16a71c3 100644 --- a/test/spec/features/context-pad/ContextPadProviderSpec.js +++ b/test/spec/features/context-pad/ContextPadProviderSpec.js @@ -124,7 +124,7 @@ describe('features - context-pad', function() { // then expect(function() { contextPad.open(element); - }).not.to.throw; + }).not.to.throw(); }));