In the previous article we learnt about the getByText() and getByRole() queries. The getByX() queries throw an error and immediately cause tests to fail if they are not present in the DOM.
One of the limitations that I have come across with test automation, and specifically Cypress, in the past is the fact that it doesn’t have a built-in way to generate random test data.