|
1 | 1 | # pptr-testing-library
|
2 | 2 |
|
3 | 3 | [](https://www.npmjs.com/package/pptr-testing-library)
|
4 |
| -[](https://travis-ci.org/patrickhulce/pptr-testing-library) |
5 |
| -[](https://coveralls.io/github/patrickhulce/pptr-testing-library?branch=master) |
6 |
| -[](https://david-dm.org/patrickhulce/pptr-testing-library) |
| 4 | +[](https://travis-ci.org/testing-library/pptr-testing-library) |
| 5 | +[](https://coveralls.io/github/testing-library/pptr-testing-library?branch=master) |
| 6 | +[](https://david-dm.org/testing-library/pptr-testing-library) |
7 | 7 |
|
8 |
| -[puppeteer](https://github.com/GoogleChrome/puppeteer) + [dom-testing-library](https://github.com/kentcdodds/dom-testing-library) = 💖 |
| 8 | +[puppeteer](https://github.com/GoogleChrome/puppeteer) + [dom-testing-library](https://github.com/testing-library/dom-testing-library) = 💖 |
9 | 9 |
|
10 | 10 | All your favorite user-centric querying functions from react-testing-library/dom-testing-library available from Puppeteer!
|
11 | 11 |
|
@@ -62,7 +62,7 @@ Unique methods, not part of `dom-testing-library`
|
62 | 62 |
|
63 | 63 | ---
|
64 | 64 |
|
65 |
| -[dom-testing-libary API](https://github.com/kentcdodds/dom-testing-library#usage). All `get*`/`query*` methods are supported. |
| 65 | +[dom-testing-libary API](https://github.com/testing-library/dom-testing-library#usage). All `get*`/`query*` methods are supported. |
66 | 66 |
|
67 | 67 | - `getQueriesForElement(handle: ElementHandle): ElementHandle & QueryUtils` - extend the input object with the query API and return it
|
68 | 68 | - `wait(conditionFn: () => {}): Promise<{}>` - wait for the condition to not throw
|
@@ -95,13 +95,13 @@ Unique methods, not part of `dom-testing-library`
|
95 | 95 |
|
96 | 96 | ## Known Limitations
|
97 | 97 |
|
98 |
| -- `waitForElement` method is not exposed. Puppeteer has its own set of wait utilities that somewhat conflict with the style used in `dom-testing-library`. See [#3](https://github.com/patrickhulce/pptr-testing-library/issues/3). |
| 98 | +- `waitForElement` method is not exposed. Puppeteer has its own set of wait utilities that somewhat conflict with the style used in `dom-testing-library`. See [#3](https://github.com/testing-library/pptr-testing-library/issues/3). |
99 | 99 | - `fireEvent` method is not exposed, use puppeteer's built-ins instead.
|
100 | 100 | - `expect` assertion extensions are not available.
|
101 | 101 |
|
102 | 102 | ## Special Thanks
|
103 | 103 |
|
104 |
| -[dom-testing-library](https://github.com/kentcdodds/dom-testing-library) of course! |
| 104 | +[dom-testing-library](https://github.com/testing-library/dom-testing-library) of course! |
105 | 105 |
|
106 | 106 | ## Related Puppeteer Test Utilities
|
107 | 107 |
|
|
0 commit comments