https://cypress.io logo
duh, think I worked out a simpler way: ``` cy ...
# e2e-testing
c
duh, think I worked out a simpler way:
Copy code
cy
      .get(`[data-automation-id^="tagging-image-"]`)
      .should("have.length", selectedImages.length);