Skip to content

Commit

Permalink
Merge pull request #1436 from pavlosoletskyy/patch-1
Browse files Browse the repository at this point in the history
Updated description
  • Loading branch information
alenatovstukha authored Dec 18, 2024
2 parents cbf4047 + 27840ef commit 62dbb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the ability to toggle the completed status of all the todos with the `toggle
- `toggleAll` button should have `active` class only if all the todos are completed;
- `toggleAll` click changes its status to the opposite one, and sets this new status to all the todos;
- it should work the same as several individual updates of the todos which statuses were actually changed;
- do send requests for the todos that were not changed;
- don't send requests for the todos that were not changed;

## Renaming a todo

Expand All @@ -41,7 +41,7 @@ Implement the ability to edit a todo title on double click:
- open `cypress/integration/page.spec.js`
- replace `describe.skip` with `describe` for the root `describe`

> ❗❗All tests should pass, even if some behaviour in not well explained in the task❗❗
> ❗❗All tests should pass, even if some behaviour is not well explained in the task❗❗
## Instructions

Expand Down

0 comments on commit 62dbb71

Please sign in to comment.