so you mean I need to do something like this: ```...
# e2e-testing
g
so you mean I need to do something like this:
Copy code
ts
BarryApi.itemLists('https://barrythrill.com');
cy.get("@itemList").then((itemList) => {// continue what you want here};