• + 0 comments

    Turns out, you must update dynamically data-testid fields, like data-testid="downvote-count-0" should be 0, 1, 2, etc for each card, otherwise tests will fail. It's not even mentioned in the description, it made me spend a lot of time on this simple task.