ci: Add assertions for checking number/title of result cards before checking each of them.
Using the assertEquals method, the test will wait for the first card (or card count) to be correct before continuing. The previous test was iterating over the result card elements, but this was happening whilst the cards were updating, meaning that they would error due to being stale.
Issue #136 (closed)