Skip to content

Instantly share code, notes, and snippets.

@dalizard
Created July 16, 2013 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalizard/6007987 to your computer and use it in GitHub Desktop.
Save dalizard/6007987 to your computer and use it in GitHub Desktop.
rspec ./spec/features/gallery_spec.rb:61 # Gallery check with photos should render gallery HTML in my profile, which has the right behaviour
rspec ./spec/features/gallery_spec.rb:86 # Gallery check with photos should load the first picture from the gallery as a profile picture
rspec ./spec/features/gallery_spec.rb:91 # Gallery check with photos should change the profile picture if you click on a picture from the gallery
rspec ./spec/features/gallery_spec.rb:97 # Gallery check with photos should see how photos look shared or not shared
rspec ./spec/features/gallery_spec.rb:122 # Gallery check without photos should not render gallery HTML in my profile
rspec ./spec/features/login_spec.rb:7 # Login Should log in a credits user
rspec ./spec/features/login_spec.rb:17 # Login Should log in a premium user
rspec ./spec/features/omniture_tracker_spec.rb:37 # Omniture tracking (set stat_secret.var_name variables) In all pages Should left "channel", "pageType", "state" and "zip" empty
rspec ./spec/features/omniture_tracker_spec.rb:51 # Omniture tracking (set stat_secret.var_name variables) In all pages Should set "eVar6" to current_agency
rspec ./spec/features/omniture_tracker_spec.rb:129 # Omniture tracking (set stat_secret.var_name variables) Campaign code Should set "campaign" to campaign_code (in all pages) if campaign_code provided
rspec ./spec/features/omniture_tracker_spec.rb:207 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event56 and set "eVar56" to profile update count after updating own profile data (Über mich)
rspec ./spec/features/omniture_tracker_spec.rb:220 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event55 and set "eVar55" to search profile update count after updating searching profile data
rspec ./spec/features/omniture_tracker_spec.rb:229 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event37 (only) when fantasy free text is added for the first time,
and eVar47 to "FFT" when the text is added or updated
rspec ./spec/features/omniture_tracker_spec.rb:244 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event37 (only) when fantasy free text is added for the first time,
and eVar47 to "SFT" when search free text is added or updated
rspec ./spec/features/omniture_tracker_spec.rb:254 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event38
and set eVar34 to "+1" when fantasy free text will be updated, but not when set for the 1st time
rspec ./spec/features/omniture_tracker_spec.rb:269 # Omniture tracking (set stat_secret.var_name variables) Profile updating Should set event38
and set eVar34 to "+1" when search free text will be updated, but not when set for the 1st time
rspec ./spec/features/omniture_tracker_spec.rb:287 # Omniture tracking (set stat_secret.var_name variables) Mask tool First Foto uploading Should set event52 when initiating profile photo uploading process
(page my_profile_photo_uploads_new)
rspec ./spec/features/omniture_tracker_spec.rb:292 # Omniture tracking (set stat_secret.var_name variables) Mask tool First Foto uploading Should set event53 after completing step 1 (uploading)
and event54 after completing step 2 (cropping)
rspec ./spec/features/omniture_tracker_spec.rb:307 # Omniture tracking (set stat_secret.var_name variables) Mask tool Foto updating Should set event52 when initiating profile photo updating process
(page my_profile_photo_uploads_edit)
rspec ./spec/features/omniture_tracker_spec.rb:313 # Omniture tracking (set stat_secret.var_name variables) Mask tool Foto updating Should set event9 and set "eVar51" to mask info
([mask_id1]|[mask_id2]#[mask_rotation1]|[mask_rotation2])
after completing step 3 (succesful profile picture update)
rspec ./spec/features/omniture_tracker_spec.rb:444 # Omniture tracking (set stat_secret.var_name variables) Profile visited Should set "prop17" to visited profile info (age1|[age2]#gender1|[gender2]#pic?#FFT|SFT)
and "prop5" to pageName_visitedProfileInfo
when visiting own profile (page my_profile_common_show)
rspec ./spec/features/omniture_tracker_spec.rb:774 # Omniture tracking (set stat_secret.var_name variables) Secret mobile should not set prop32 on desktop pages
rspec ./spec/features/profile_spec.rb:16 # Profile edit pricing badge behaviour should show pricing badge for credits user
rspec ./spec/features/profile_spec.rb:24 # Profile edit pricing badge behaviour should not show pricing badge for premium user
rspec ./spec/features/wish_spec.rb:12 # Wish Should be changed by user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment