aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/settings-form.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-091-66/+0
| | | | | | I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement.
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-011-6/+5
|
* chore: replace the toggle componentArmand Philippot2022-06-011-3/+3
|
* chore: handle settings changeArmand Philippot2022-05-181-5/+33
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-0/+39