-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pages tagged with place get a full-width map across the top of the page (instead of in the sidebar) #5518
Conversation
Generated by 🚫 Danger |
This looks FANTASTIC! This has gotten broken a few times... do you think you could write a simple system test for it? #5316 Then we can protect it against future changes? I think it could be pretty easy to add. Thank you!!! |
Okay |
Tests passed ❤️ . Ready to be merged . |
PERFECT awesome. |
class PlaceTagsTest < ApplicationSystemTestCase | ||
|
||
# node blog has lat and lon tag and place tag . | ||
test "pages tagged with place get a full-width map across the top of the page" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, @sagarpreet-chadha can you see if I'm doing anything wrong here? #5605
…age (instead of in the sidebar) (publiclab#5518) * full width map from sidebar * indentation done * code climate issue fixed * system test added * system test added * system test modification * assert presence of div * assert_selector used * tests modified
…age (instead of in the sidebar) (publiclab#5518) * full width map from sidebar * indentation done * code climate issue fixed * system test added * system test added * system test modification * assert presence of div * assert_selector used * tests modified
Continued from publiclab/leaflet-blurred-location-display#64 (comment) 😄 !
rake test
@publiclab/reviewers
for help, in a comment belowScreenshots :
place
tag :place
tag :Thanks!