From acd4a0cfac1b55c75766cfc00470769aa3fb2283 Mon Sep 17 00:00:00 2001 From: Ahmad Bamieh Date: Tue, 1 Jun 2021 17:02:55 +0300 Subject: [PATCH] type check --- test/plugin_functional/test_suites/core/deprecations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plugin_functional/test_suites/core/deprecations.ts b/test/plugin_functional/test_suites/core/deprecations.ts index c8476b880ca64..38a8b835b118c 100644 --- a/test/plugin_functional/test_suites/core/deprecations.ts +++ b/test/plugin_functional/test_suites/core/deprecations.ts @@ -221,6 +221,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide path: '/api/core_deprecations_resolve/', body: { keyId }, }, + manualSteps: ['Step a', 'Step b'], }, domainId: 'corePluginDeprecations', })