You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I have a workspace,
When I click Delete,
Then I should see a confirmation dialog.
Given I see a confirmation dialog,
When I click Cancel,
Then the dialog should disappear and no change should occur.
Given I see a confirmation dialog,
When I click Delete,
Then I should be redirected to the Workspaces page. When I wait a minute and refresh, I should see that my workspace is no longer in the list.
@kylecarbs my understanding is that you were going to build this UI because you are building the create/eidt settings page out and that the delete will be buried reasonably since we only want deletions when absolutely necessary, yes?
Given I have a workspace,
When I click Delete,
Then I should see a confirmation dialog.
Given I see a confirmation dialog,
When I click Cancel,
Then the dialog should disappear and no change should occur.
Given I see a confirmation dialog,
When I click Delete,
Then I should be redirected to the Workspaces page. When I wait a minute and refresh, I should see that my workspace is no longer in the list.
Discussed here #1837
The text was updated successfully, but these errors were encountered: