-
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
Fix tagging user profiles and add JS ajax function #6886
Conversation
test/system/tag_test.rb
Outdated
@@ -5,26 +5,47 @@ | |||
class TagTest < ApplicationSystemTestCase | |||
Capybara.default_max_wait_time = 60 | |||
|
|||
test 'adding a tag via javascript' do | |||
visit '/' | |||
# test 'adding a tag via javascript' 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.
Just checking, did you want to comment all these out?
Oops, no I didn't mean to leave those uncommented! Pushed up the fix. Oh that would be great if it solved that! I'll check it out! |
Screenshots 📸 (click to expand)6886-test_questions.png6886-test_embeddable_grids.png6886-test_signup.png6886-test_viewing_the_settings_page.png6886-test_tag_by_author_page.png6886-test_wiki_page_with_inline_grids.png6886-test_stats.png6886-test_viewing_the_dashboard.png6886-test_searching_an_item_from_the_homepage.png6886-test_questions_shadow.png6886-test_login_modal.png6886-test_profile_page.png6886-test_comments.png6886-test_tags.png6886-test_signup_modal.png6886-test_wiki.png6886-test_methods.png6886-test_tag_page.png6886-test_blog_page_with_location_modal.png6886-test_tag_wildcard.png6886-test_embeddable_thumbnail_grids.png6886-test_front_page_with_navbar_search_autocomplete.png6886-test_login.png6886-test_viewing_the_dropdown_menu.png6886-test_viewing_question_post.png6886-test_mobile_displays.png6886-test_simple-data-grapher_powertag.png6886-test_front.png6886-test_question_page.png6886-test_tag_contributors_page.png6886-test_blog.png6886-test_people.png6886-test_wiki_revisions.pngLearn about automated screenshots Generated by 🚫 Danger |
Merging! Thanks -- you're killing it on the system tests! This is super!!! |
Aha, this issue may also be solved by your new code, though it may also need some tweaking now! |
Oh sorry that is the exact same issue. Just doing some cleanup and... made it worse! Ignore!!! |
* add correct url to user tag form and add test for adding user tag with JS * fix styling of delete button on badges in tags * uncomment tests
Fixes #6724 (<=== Add issue number here)
@jywarren This references what we talked about in #6422 - do I need to create an issue for this?
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment below+++
In this PR:
The badges for the node tags:
Badges for the user profile tags: