From 4c4096ac353513176c8366eb7abef313bd3afd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Kr=C3=A4mer?= Date: Sat, 20 Nov 2021 20:45:24 +0100 Subject: [PATCH] Fix link to rerender example --- npm/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/react/README.md b/npm/react/README.md index ec65252827e0..0da14ea1437c 100644 --- a/npm/react/README.md +++ b/npm/react/README.md @@ -138,7 +138,7 @@ Spec | Description [css modules](cypress/component/basic/css-modules) | Shows that component that using css modules styles works [network](cypress/component/basic/network) | Confirms we can use `cy.route` to stub / spy on component's network calls [no-visit](cypress/component/basic/no-visit) | Component specs cannot call `cy.visit` -[re-render](cypress/component/basic/re-render) | Checking how the component re-renders when its props change +[rerender](cypress/component/basic/rerender) | Checking how the component re-renders when its props change [react-book-by-chris-noring](cypress/component/basic/react-book-by-chris-noring) | Copied test examples from [React Book](https://softchris.github.io/books/react) and adapted for Cypress component tests [react-tutorial](cypress/component/basic/react-tutorial) | Tests from official [ReactJS tutorial](https://reactjs.org/tutorial/tutorial.html) copied and adapted for Cypress component tests [stub-example](cypress/component/basic/stub-example) | Uses `cy.stub` as component props