[FIX] website, test_website: problematic tours
Fix various tours which either have transient failures due to logging the entire browser lifecycle or don't deal well with the last step being suppressed if no explicit `run` is provided. * test_website: add a warning final step for the page reset as there's no way to actually run a tour step in the recovery page (because it's asset-less) * website: remove final step's action in reset password tour, it's relatively low-value and adding a proper followup is probably not worth the effort * website: add final check step in dashboard tour, as we want to check that the dashboard gets loaded, but we don't want that to be dangling
Showing
- addons/test_website/static/tests/tours/reset_views.js 13 additions, 4 deletionsaddons/test_website/static/tests/tours/reset_views.js
- addons/website/static/tests/tours/dashboard_tour.js 5 additions, 4 deletionsaddons/website/static/tests/tours/dashboard_tour.js
- addons/website/static/tests/tours/reset_password.js 1 addition, 16 deletionsaddons/website/static/tests/tours/reset_password.js
Please register or sign in to comment