projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Create changeset_comments resources for users
[rails.git]
/
test
/
application_system_test_case.rb
diff --git
a/test/application_system_test_case.rb
b/test/application_system_test_case.rb
index d2c3d5196ab9b5ccbcae32aaaed086e03650d7f5..0ddb8a87ad73f91606df90af224df851c9919c06 100644
(file)
--- a/
test/application_system_test_case.rb
+++ b/
test/application_system_test_case.rb
@@
-41,4
+41,8
@@
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
def within_sidebar(&)
within("#sidebar_content", &)
end
def within_sidebar(&)
within("#sidebar_content", &)
end
+
+ def within_content_body(&)
+ within("#content > .content-body", &)
+ end
end
end