You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I visit the new viewing party page (/users/:user_id/movies/:movid_id/viewing-party/new, where :user_id is a valid user's id),
I should see the name of the movie title rendered above a form with the following fields:
Duration of Party with a default value of movie runtime in minutes; a viewing party should NOT be created if set to a value less than the duration of the movie
When: field to select date
Start Time: field to select time
Checkboxes next to each existing user in the system
Button to create a party
Details When the party is created, the user should be redirected back to the dashboard where the new event is shown. The event should also be listed on any other user's dashbaords that were also invited to the party.
The text was updated successfully, but these errors were encountered:
When I visit the new viewing party page (
/users/:user_id/movies/:movid_id/viewing-party/new
, where :user_id is a valid user's id),I should see the name of the movie title rendered above a form with the following fields:
Details When the party is created, the user should be redirected back to the dashboard where the new event is shown. The event should also be listed on any other user's dashbaords that were also invited to the party.
The text was updated successfully, but these errors were encountered: