@javascriptFeature: auto follow back a userBackground:Given following users exist:|username|email||BobJones|bob@bob.bob||AliceSmith|alice@alice.alice|And I sign in as "bob@bob.bob"And I have an aspect called "My main aspect"And I have an aspect called "Others" with auto follow backAnd I sign outScenario:When a user with auto follow back enabled is shared with, he's sharing backWhen I sign in as "alice@alice.alice"And I am on "bob@bob.bob"'s pageAnd I add the person to my "Besties" aspectAnd I sign outAnd I sign in as "bob@bob.bob"Then I should have 1 contact in "Others"When I am on "alice@alice.alice"'s pageThen I should see "Others" within the contact aspect dropdownScenario:When a user with auto follow back enabled is shared with by a user he's ignoring, he's not sharing backWhen I sign in as "bob@bob.bob"And I am on "alice@alice.alice"'s pageAnd I click on the profile block buttonAnd I sign outWhen I sign in as "alice@alice.alice"And I am on "bob@bob.bob"'s pageAnd I add the person to my "Besties" aspectAnd I sign outAnd I sign in as "bob@bob.bob"Then I should have 0 contact in "Others"When I am on "alice@alice.alice"'s pageThen I should see "Stop ignoring" within "#unblock_user_button"