Waiting for an Ajax Request

Let's learn about the Ajax request in testing.

We'll cover the following...

AJAX request

Do you remember the list of problems that would break the signup flow? We fixed the DOM-related ones by retrieving the elements based on the contents instead of the order, but there were a lot of problems related ...