File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ Testing Library Extension for Chrome DevTools Recorder
21215 . Install ` jest ` , ` jest-environment-jsdom ` , and ` jest-environment-url `
22226 . Run tests with ` jest `
2323
24- ## Inspiration
25-
26- - [ Puppeteer Replay examples] ( https://github.com/puppeteer/replay/tree/main/examples )
27- - [ Cypress Recorder Extension] ( https://github.com/cypress-io/cypress-recorder-extension )
28-
2924## Supported Chrome Recorder Step Types
3025
3126| Type | Output |
@@ -40,3 +35,8 @@ Testing Library Extension for Chrome DevTools Recorder
4035| ` navigate ` | ` expect(location.href).toBe("https://example.com/") ` ` expect(document.title).toBe("Example Domain") ` |
4136| ` waitForElement ` | ` await waitFor(() => element) ` |
4237| ` waitForExpression ` | ` await waitFor(() => expression) ` |
38+
39+ ## Inspiration
40+
41+ - [ Puppeteer Replay examples] ( https://github.com/puppeteer/replay/tree/main/examples )
42+ - [ Cypress Recorder Extension] ( https://github.com/cypress-io/cypress-recorder-extension )
You can’t perform that action at this time.
0 commit comments