Skip to content

Commit 1dfc3ad

Browse files
fredrikolovssonalexkrolick
authored andcommitted
Fix broken link in Cypress examples (#50)
Fixes #49
1 parent b29576f commit 1dfc3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cypress-testing-library/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and `queryAllBy` commands.
2929
## Examples
3030

3131
To show some simple examples (from
32-
[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
32+
[https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js](https://github.com/kentcdodds/cypress-testing-library/blob/master/cypress/integration/commands.spec.js)):
3333

3434
```javascript
3535
cy.getAllByText('Jackie Chan').click()

0 commit comments

Comments
 (0)