Skip to content
Snippets Groups Projects
Commit b641cdd1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix test

parent af657b05
No related branches found
No related tags found
No related merge requests found
Loading
@@ -12,7 +12,7 @@ describe "Admin::Hooks" do
Loading
@@ -12,7 +12,7 @@ describe "Admin::Hooks" do
describe "GET /admin/hooks" do describe "GET /admin/hooks" do
it "should be ok" do it "should be ok" do
visit admin_root_path visit admin_root_path
within ".main_menu" do within ".main-nav" do
click_on "Hooks" click_on "Hooks"
end end
current_path.should == admin_hooks_path current_path.should == admin_hooks_path
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment