Posts by Nicolas Florth:
Unexpectedly, here is a JS error I found on developer.mozilla.org
2nd May 2025
I was looking over the documentation for JS events and because the time permits I clicked on "Test your skills: Events" link from the JS Events page to see what it is about. The Events 1 section h [...]
Get the value or the text of an element in Cypress and use it later in the test – not possible
10th January 2025
Introduction to the Cypress test challenge Lets consider that we have a page with a popup where a user can change a number by selecting it from a select element. That popup will close once the [...]