Multiple Awaits necessary for async function? (Javascript/Playwright)
Im pretty new to using the await keyword, I am used to the older "Promise" like commands used in Cypress. However one confusion I have is when a function returns a promise, but there is both an await keyword IN…