aptible / dashboard.aptible.com

DEPRECATED - Ember.js dashboard for the Aptible PaaS
https://dashboard.aptible.com
MIT License
81 stars 35 forks source link

FTUX: Reload DBs after provisioning them #774

Closed krallin closed 7 years ago

krallin commented 7 years ago

When a user provisions a DB during FTUX, the UI never reloads the DB once it's done provisioning. There are presumably other places where this particular defect exists, but this is one of them, and arguably it's worth fixing since that's literally the first thing customers see.

I'm not sure if this is something that even has test coverage in here (I haven't been able to find it), but if that's the case I'm happy to add some tests. Otherwise, this now has test coverage here: https://github.com/aptible/aptible-integration/pull/109


cc @sandersonet @gib @fancyremarker @blakepettersson

krallin commented 7 years ago

Found the specs when Travis failed 😄 . Added some test coverage.

blakepettersson commented 7 years ago

👍