diff --git a/spec/support/features/acceptance_conditions.rb b/spec/support/features/acceptance_conditions.rb index ec2c80ecc..7c3ad17af 100644 --- a/spec/support/features/acceptance_conditions.rb +++ b/spec/support/features/acceptance_conditions.rb @@ -21,6 +21,7 @@ def user_should_not_be_logged_in def page_should_finish_loading expect(page).not_to have_css '.sidebar-spinner' + expect(page).to have_css '#subscription-stats' end ##