How to Compare two arrays for Equality irrespective of their order in Playwright

Playwright uses Jest Library for its testing assertions. So the next time you are using expect from @playwright/test, just know that you have been using the expect library from Jest. There are tons of...