Skip to content

Don't export teaser text unless paywall experiment on #2563

Olivia Madrid requested to merge fix/remove-paywall-teaser-2563 into master

Ticket(s) / Related Merge Requests

#2563 (closed)

Summary of Changes

When a user is viewing a paywalled media post that has accompanying text, only provide the teaser preview text if the minds-3857-paywall-context experiment is on.

Testing Considerations

View a paywalled media post with accompanying text while logged in as a user who has not unlocked the paywall.

If the experiment is on, they should see a little bit of text with the blurry media. If the experiment is off, they should only see the blurry media.

Deployment Considerations

N/a

Regression Scope

Paywalled posts

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

I was not able to be SURE that this worked for users with the experiment ON because I could not get the growthbook experiments manager to provide me with isOn('minds-3857-paywall-context') = true. But I did test it by manually changing the values, which worked (see below).

Screenshots / Screen Recording

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports