We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d5d8d commit 190baf5Copy full SHA for 190baf5
typings/index.d.ts
@@ -1,7 +1,7 @@
1
// TypeScript Version: 2.8
2
3
import {
4
- SelectorMatcherOptions,
+ SelectorMatcherOptions as DTLSelectorMatcherOptions,
5
Matcher,
6
MatcherOptions as DTLMatcherOptions,
7
getByTestId,
@@ -12,6 +12,7 @@ export interface CTLMatcherOptions {
12
}
13
14
export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions
15
+export type SelectorMatcherOptions = DTLSelectorMatcherOptions | CTLMatcherOptions
16
17
declare global {
18
namespace Cypress {
0 commit comments