docbrown/cypress/integration
Miguel Guardia 364c3a8252
Fix subscribe to discussion button when user is not logged in (#12837)
* Add logic to subscribe button that shows login modal if user is not logged in
Pass in userstatus to CommentSubscription
Remove logic that loads comment subscription button for logged-in users only

* Modify test to account for new userStatus input in CommentSubscription

* Change UserStatus to isLoggedIn
Add propType to isLoggedIn
Remove preventDefault from click event

* Fix indentation and input on commentSubscription test
Create new isLoggedIn variable that returns boolean
Replace all instances of userStatus to isLoggedIn
Create test for showLoginModal when subscribing
2021-03-03 18:50:29 -06:00
..
adminFlows improve keyboard accessibility of modals 12427 10610 (#12511) 2021-02-24 16:01:10 +00:00
listingFlows improve keyboard accessibility of modals 12427 10610 (#12511) 2021-02-24 16:01:10 +00:00
loggedOutFlows Fix subscribe to discussion button when user is not logged in (#12837) 2021-03-03 18:50:29 -06:00
loginFlows Cleaning Test Runs for End to End (E2E) Tests (#12143) 2021-01-29 13:34:01 +01:00
publishingFlows Added E2E tests for #12585. (#12597) 2021-02-05 10:30:54 -06:00