Project

General

Profile

Bug #18769

Updated by Peter Amstutz about 2 years ago

#16951 describes how some tests that refresh the data table have been using workarounds due to stale data being present in the table. 

 Also, after implementation of #18207 I had these comments: 

 > I played with ce8i5 cluster a bit. 
 >  
 > * Regular navigation works fine under "Projects" seems to mostly work fine.    On click it clears the table, and loads the contents when ready as expected. 
 >  
 > Here are the issues I'm seeing: 
 >  
 > * Hitting the refresh button on a project causes it to load _twice_ resulting in a flicker (it clears the contents, the contents show up, then it clears them again, then the content shows up a 2nd time). 
 > * Navigating to a collection, then navigating back to the parent project *or* using the browser back button still seems to be showing old results as well as flickering: 
 > ** It displays the project view with the old project contents 
 > ** It clears the contents and shows the loading graphic 
 > ** Then it shows the newly loaded contents 
 > * I went into "Shared with me" and clicked on a project.     It showed the old contents, then the loading graphic, then the new contents. 

 Confirm that these issues are fixed, and remove workarounds from the Cypress tests. 

Back