diff --git a/README.md b/README.md index 6b712ae0a..bd5c5903e 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,5 @@ Install Prettier Extention and use this [VSCode settings](https://mate-academy.g - Add the `is-loading` class to the submit button while waiting for a response; - Add the new comment received as a response from the `API` to the end of the list; 1. Implement comment deletion - - Delete the commnet immediately not waiting for the server response to improve the UX. + - Delete the comment immediately not waiting for the server response to improve the UX. 1. (*) Handle `Add` and `Delete` errors so the user can retry diff --git a/cypress/support/component-index.html b/cypress/support/component-index.html index 5f9622ae2..a0b0fc7fe 100644 --- a/cypress/support/component-index.html +++ b/cypress/support/component-index.html @@ -1,12 +1,12 @@ -
- - - -No user selected
)} @@ -85,63 +93,39 @@ export const App = () => {No user selected
- ) : ( - <> - {isLoading ? ( -