Project

General

Profile

action #12180

Updated by okurz about 7 years ago

## User story 
 As a unaware user of the webui I do not want to be confused by incomplete tests to save time and not annoy developers learning about the issues. 

 ## acceptance criteria 
 * **AC1:** Clicking restart button of a job where the required assets do not exist anymore is not possible with a notice to the user about the reason 

 ## tasks 
 * first probably we need to define what "required assets" mean 
 * check existance of required asset on retrieving job details 
 * integrate into webUI (user notice preventing retrigger) 
 * integrate into API (return error) 

 ## further details 

 original content: Once of the openQA tests was triggered despite missing asset.  

Back