Map Creation

Successful map creation

  • Description: Verify that a new map can be created successfully.
  • Given I am logged in and on the map creation page
  • When I enter valid information for a new map and submit the form
  • Then the new map is created and appears in my map overview
  • Actual Result:
  • Test Result:
  • Notes:

Edit existing Map

  • Description: Verify that an existing map can be edited.
  • Given I am logged in and have at least one map
  • When I select a map and edit its details
  • Then the changes are saved and reflected in the map overview
  • Actual Result:
  • Test Result:
  • Notes:

Map already exists

  • Description: Verify that creating a map with a name that already exists is not allowed.
  • Given I am logged in and have already created a map with a specific name
  • When I try to create another map with the same name
  • Then I see an error message indicating that the map already exists, and the map is not created
  • Actual Result:
  • Test Result:
  • Notes:

Map Overview: More than 30 Maps should be visible

  • Description: Test that pagination works on the map overview screen.
  • Given I am on the map overview screen
  • When I create more than 30 maps
  • Then I can see all maps after scrolling to the bottom of the page
  • Actual Result:
  • Test Result:
  • Notes: