Actions
Bug #18195
closedRefresh Button does not seem to refresh the sidebar tree
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
I cleaned up a project in my home and noticed that it remains listed in the tree. Even pressing the "refresh" button didn't change this.
Updated by Peter Amstutz about 3 years ago
- Target version set to 2021-10-13 sprint
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-10-13 sprint to 2021-10-27 sprint
Updated by Daniel Kutyła about 3 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-10-27 sprint to 2021-11-10 sprint
Updated by Daniel Kutyła about 3 years ago
New version first commit: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/17048236a8bd8e53680d9632ff3eafa8cdf21b01
Test run: developer-tests-workbench2: #507
Branch: 18195-Refresh-Button-does-not-seem-to-refresh-the-sidebar-tree
Added multiple action dispatch in order to refresh left panel
Updated by Lucas Di Pentima about 3 years ago
The fix looks good, but I have a couple of minor suggestions for the test:
- Only create the number of projects needed for the test to make it faster. Here just one project is being used.
- Before trashing the project, make an assertion on the side bar to confirm that the project is being displayed so that the
not.exist
final assertion confirms that the refresh button worked as expected.
With that, it LGTM.
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-11-10 sprint to 2021-11-24 sprint
Updated by Daniel Kutyła about 3 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench-2:arvados-workbench2|6265dedd0e3d3cdd5696ff87563d2c42ed86f73d.
Actions