CaraMcAvinchey / purrfect-sitters

A full-stack web application for a pet sitting service. Built with full CRUD operations using HTML, CSS, Django, Bootstrap and MySQL with Stripe as the payment system.
1 stars 2 forks source link

USER STORY: LOGIN/LOGOUT #29

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As a user, I can safely log in and log out of my account so that I can keep my information private.

Scenario: Valid Credentials Given that I click on the home page And I click the Login/Sign up button in the navigation bar When I enter the correct credentials Then I should be directed to the home page with my name displayed And I can click into my profile

Scenario: Invalid Credentials Given that I click on the home page And I click the Login/Sign up button in the navigation bar When I enter the incorrect username/email and password combination Then I should receive a notification to try again

Scenario: Back Button Given that I am logged in on any page of the website And I click the logout button in the dropdown menu And I confirm on the logout confirmation page And I'm redirected back to the home page When I click the back button on the browser Then I should not be logged back into my account

CaraMcAvinchey commented 1 year ago

Fix issue with dropdown menu not displaying on desktop, clicking on dropdown doesn't initiate:

Image

Made adjustment to bootstrap settings according to version: Image