JavaScript Playwright how do i write a test that ensures an action results in one server call and not infinite server calls
I am writing a JavaScript application and using Playwright to test my application. I found a bug in my code such that on selecting an item in a list, my app got stuck in an infinite loop calling a server…