Skip to content

Commit

Permalink
fix: interactable type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
heimwege authored and vobu committed Apr 28, 2024
1 parent e5389fa commit 0244825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/wdi5.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ interface wdi5ControlSelector {
/**
* Interactable matcher, {@link sap.ui.test.matchers.Interactable}
*/
interactable?: Record<string, unknown>
interactable?: boolean
/**
* Aggregation length equals matcher, {@link sap.ui.test.matchers.AggregationLengthEquals}
*/
Expand Down

0 comments on commit 0244825

Please sign in to comment.