Skip to content

fix: triggering manual verification for request matching completed

Karam Shbeb requested to merge trigger-mv-issue into main

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

Merge request reports