polubis / Dream-stack-for-React-dev

https://dream-stack-for-react-dev.vercel.app
26 stars 5 forks source link

[BUG] Cypress is entering incorrect data into the search input #354

Closed justynafenik1 closed 10 months ago

justynafenik1 commented 11 months ago

In pull request adding article process test there is a problem with typing data to search input on website https://dream-stack-for-react-dev-git-feature-finish-art-9e117f-polubis.vercel.app/en/articles. When automation test enter text 'article 4' on input,cypress randomly enters every x-nd letter:

image image

comment: in manual test it works corretly

polubis commented 11 months ago

@justynafenik1 you may test it on following branch: https://github.com/polubis/Dream-stack-for-React-dev/pull/355

To load the changes on your branch with automated tests, just do git pull patch/Fix-current-defects when you'll be on your branch.

justynafenik1 commented 10 months ago

The bug has been fixed