Skip to content

Commit 5c0080a

Browse files
committed
Move inspiration section to the bottom
1 parent 68792aa commit 5c0080a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ Testing Library Extension for Chrome DevTools Recorder
2121
5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
2222
6. 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)

0 commit comments

Comments
 (0)