ita-social-projects / EventsExpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify that the user is able to filter the events list by location

martafedori opened this issue · comments

Date Time
12-21-2022

Priority
Medium

Description
This test case verifies that user is able to filter the events list by location

Pre-requisites
Steps to be fulfilled before test:

  1. Move to https://eventsexpress-test.azurewebsites.net/
  2. The user is logged on a system (Username = 'User1', Password = 'Pass1')
  3. User's location is Lviv
  4. The user is on the "My Events" page
  5. Database contains a list of published events:
  • 'Event1' in Lviv;
  • 'Event2' with location 'Online'

Test Cases

S# Action Test Data Expected Result Actual Result P/F Automated
1 Click the 'Filters' button in the top right corner
The modal window with filters is opened


2 Verify that the "Location" filter is displayed
The "Location" filter is displayed


3 Click the 'Location' filter
The 'Near me' , 'Online' checkboxes and the 'Choose on the map' button are displayed. Default values - empty


4 Click the 'Near me' checkbox
The 'Near me' checkbox is marked. the 'Choose on the map' button and 'Online' checkbox are disabled


5 Click the 'Apply' button
The 'Event 1' in Lviv is shown


6 Click the 'Online' checkbox
The 'Online' checkbox is marked. The 'Choose on the map' button and 'Near me' checkbox are disabled


7 Click the 'Apply' button
'Event2' with location 'Online' is displayed


8 Click the 'Choose on the map' button
The modal window with the map is opened. Checkboxes 'Near me' and 'Online' are disabled


Screenshots
image

Environment:

  • OS: Win 10
  • Browser Google Chrome
  • Version 108.0.5359.100

Additional context
Add any other context about the test here.

User story links E.g.: "User story #1410 "

Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" .