Restore old order for MR lists. Fix failing tests

This commit is contained in:
Dmitriy Zaporozhets 2013-02-21 16:26:09 +02:00
parent 4a137651ec
commit 99b6750e15
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ describe "On the project wall", js: true do
end
# note added
it { within(".js-main-target-form") { should have_content("This is awsome!") } }
it { should have_content("This is awsome!") }
# reset form
it { within(".js-main-target-form") { should have_no_field("note[note]", with: "This is awesome!") } }