From 68c335da7dac957af5a96d241587f19b46137700 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 16 Apr 2015 14:27:48 +0300 Subject: [PATCH] Fix naming --- spec/features/registrar/account_activity_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/registrar/account_activity_spec.rb b/spec/features/registrar/account_activity_spec.rb index 6c4970a1e..8c8ce105a 100644 --- a/spec/features/registrar/account_activity_spec.rb +++ b/spec/features/registrar/account_activity_spec.rb @@ -18,7 +18,7 @@ feature 'Account activity', type: :feature do registrar_sign_in end - it 'should navigate to the domains index page' do + it 'should navigate to account activities page' do current_path.should == '/registrar' click_link 'Billing' click_link 'Account activity'