mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-03 06:59:14 +00:00
Change enterprise "Manage" button to "Settings"
This commit is contained in:
committed by
Maikel Linke
parent
b91019ad64
commit
0b4fcf8a14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user