Project

General

Profile

action #32611

Updated by okurz about 4 years ago

as in #23648, still or again happening 

 ## Steps to reproduce 
 * clone existing job in firefox 
 * keep the tab open until the job starts 
 * observe that the state is still "assigned" while screenshots are updated 
 * observe the job is reported correctly as "running" after reloading the tab with "f5" 

 ## Acceptance criteria 

 * **AC1:** The job state on the job details page refreshes when the job state changes 
 * **AC2:** The content on the job details page refreshes until we reach a "finished" state 
 * **AC3:** The complete web page is never refreshed, only relevant data 

 ## Suggestions 

 * Research how we refresh page content during "Running" 
 * Apply the same for other states 
 * Ensure that "Uploading" does not hard-refresh the complete page in the browser 
 * Ensure that jobs switch automatically from "Assigned" to "Running" 


 ## Workaround 

 Reload the browser tab.

Back