From 024482547e7e1a37aee49147781e1d929b58af76 Mon Sep 17 00:00:00 2001 From: D048415 Date: Thu, 11 Apr 2024 14:06:54 +0200 Subject: [PATCH] fix: interactable type definition --- src/types/wdi5.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/wdi5.types.ts b/src/types/wdi5.types.ts index 1a03a9d1..42de145f 100644 --- a/src/types/wdi5.types.ts +++ b/src/types/wdi5.types.ts @@ -167,7 +167,7 @@ interface wdi5ControlSelector { /** * Interactable matcher, {@link sap.ui.test.matchers.Interactable} */ - interactable?: Record + interactable?: boolean /** * Aggregation length equals matcher, {@link sap.ui.test.matchers.AggregationLengthEquals} */