GoogleCloudPlatform / flaky-service

🥐a service for collecting and tracking flaky tests
Apache License 2.0
16 stars 9 forks source link

User shouldn't see test data right after deleting it #240

Open cedpeters opened 4 years ago

cedpeters commented 4 years ago

Currently, sometimes when the user clicks the button to delete a test, they're returned to the UI page before the deletion is finished. So the test is still listed. They have to refresh the page to see it disappear. Fix it so that it's hidden from the user when they return, if the done parameter in the url is set to true.