File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
pull_request :
6
- branches : [master ]
6
+ branches : [main ]
7
7
jobs :
8
8
test :
9
9
name : ${{ matrix.name }}
Original file line number Diff line number Diff line change 1
1
# pptr-testing-library
2
2
3
3
[ ![ NPM Package] ( https://badge.fury.io/js/pptr-testing-library.svg )] ( https://www.npmjs.com/package/pptr-testing-library )
4
- [ ![ Build Status] ( https://travis-ci.org/testing-library/pptr-testing-library.svg?branch=master )] ( https://travis-ci.org/testing-library/pptr-testing-library )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/testing-library/pptr-testing-library/badge.svg?branch=master )] ( https://coveralls.io/github/testing-library/pptr-testing-library?branch=master )
4
+ ![ GitHub Actions status] ( https://github.com/testing-library/pptr-testing-library/actions/workflows/ci.yml/badge.svg?branch=main )
6
5
[ ![ Dependencies] ( https://david-dm.org/testing-library/pptr-testing-library.svg )] ( https://david-dm.org/testing-library/pptr-testing-library )
7
6
[ ![ Discord] ( https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff )] ( https://discord.gg/testing-library )
8
7
@@ -113,6 +112,7 @@ Unique methods, not part of `@testing-library/dom`
113
112
- ` findAllByDisplayValue ` ,
114
113
115
114
## Known Limitations
115
+
116
116
- Async utilities ` waitForElement ` , ` waitForElementToBeRemoved ` and ` waitForDomChange ` are not exposed. Consider using a ` find* ` query.
117
117
- ` fireEvent ` method is not exposed, use puppeteer's built-ins instead.
118
118
- ` expect ` assertion extensions are not available.
You can’t perform that action at this time.
0 commit comments