Change enterprise "Manage" button to "Settings"

This commit is contained in:
Kristina Lim
2018-07-20 12:56:33 +08:00
committed by Maikel Linke
parent b91019ad64
commit 0b4fcf8a14
5 changed files with 18 additions and 18 deletions

View File

@@ -132,7 +132,7 @@ feature %q{
it "I can get to the new enterprise page" do
visit admin_enterprises_path
within("#e_#{distributor1.id}") { click_link 'Manage' }
within("#e_#{distributor1.id}") { click_link 'Settings' }
within(".side_menu") do
click_link "Payment Methods"
end
@@ -182,7 +182,7 @@ feature %q{
pm2
visit admin_enterprises_path
within("#e_#{distributor1.id}") { click_link 'Manage' }
within("#e_#{distributor1.id}") { click_link 'Settings' }
within(".side_menu") do
click_link "Payment Methods"
end
@@ -191,7 +191,7 @@ feature %q{
page.should have_content pm2.name
click_link 'Enterprises'
within("#e_#{distributor2.id}") { click_link 'Manage' }
within("#e_#{distributor2.id}") { click_link 'Settings' }
within(".side_menu") do
click_link "Payment Methods"
end