If you query multiple elements in order, you can easily attach a single "should(callback)" and verify the contents of the found elements. In my video, I need the numbers in 3 elements to add up to the value shown in the 4th element, with elements loading dynamically. Find the full example at https://glebbahmutov.com/cypress-exam... and for the best solution I use "cy.getInOrder" query command from the plugin https://github.com/bahmutov/cypress-map