Open mehalyna opened 1 year ago
Description This test case verifies that the authorized user can explore more events from the landing page if he clicks on the “Explore more events” button and redirects to the Home page
S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated |
---|---|---|---|---|---|---|
1 | Open the https://eventsexpress-test.azurewebsites.net/landing | The user is transferred to a landing page | As expected | P | Y | |
2 | Click on the "Sign In/Up" button in the top right corner | The modal authorization window opens | As expected | P | Y | |
3 | Enter a valid email and password for authorization and click the 'Sign In" button | Use email and password for user 2 | The user is authorized. "Alex Test Engineer" user info is displayed in the top right corner | As expected | P | Y |
4 | Scroll the page to block 3 "Upcoming events" of the landing page | Block 3 "Upcoming events" shown on the landing page | As expected | P | Y | |
5 | Click on the “Explore more event” button | The system redirects the user to the Home Page | As expected | P | Y |
Additional context User story links E.g.: "User story #713"
Description This test case verifies that an unauthorized user cannot go from the landing page to the home page. After clicking on the "Explore more events" link, the system opens the authorization modal window.
S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated |
---|---|---|---|---|---|---|
1 | Open the https://eventsexpress-test.azurewebsites.net/landing | The user is transferred to a landing page | As expected | P | Y | |
2 | Scroll the page to block 3 "Upcoming events" of the landing page | Block 3 "Upcoming events" shown on the landing page | As expected | P | Y | |
3 | Click on the “Explore more event” button | The authorization modal window opens | User is redirecting to "Home" page | F | Y |
https://github.com/ita-social-projects/EventsExpress/issues/1165 Open https://github.com/ita-social-projects/EventsExpress/issues/1201 Open https://github.com/ita-social-projects/EventsExpress/issues/1206 Open https://github.com/ita-social-projects/EventsExpress/issues/1208