fix: triggering manual verification for request matching completed
Moved the timed trigger to be after generating the response match, previously it was called after each url hit. Url hits can occur even if we aren't on the expected page, and before checking the response of the url we can't mark it as request matching completed but claim creation not started
because request matching isn't completed until we reach generateResponseMatch function