Skip to content

Commit 532106b

Browse files
authored
feat: Remove waitForElement (#969)
BREAKING CHANGE: Remove deprecated `waitForElement`
1 parent c9748e9 commit 532106b

File tree

5 files changed

+0
-105
lines changed

5 files changed

+0
-105
lines changed

src/__tests__/wait-for-element.js

-60
This file was deleted.

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as queryHelpers from './query-helpers'
44

55
export * from './queries'
66
export * from './wait-for'
7-
export * from './wait-for-element'
87
export * from './wait-for-element-to-be-removed'
98
export {getDefaultNormalizer} from './matches'
109
export * from './get-node-text'

src/wait-for-element.js

-32
This file was deleted.

types/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export * from './queries'
1111
export * from './query-helpers'
1212
export * from './screen'
1313
export * from './wait-for'
14-
export * from './wait-for-element'
1514
export * from './wait-for-element-to-be-removed'
1615
export * from './matches'
1716
export * from './get-node-text'

types/wait-for-element.d.ts

-11
This file was deleted.

0 commit comments

Comments
 (0)