ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

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

Open martafedori opened 1 year ago

martafedori commented 1 year ago

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:
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:

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" .