Created
August 17, 2016 13:44
-
-
Save drgomesp/a7461a2326350c112b7ab9a3a9fdffed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ae @seo @areas-nearby | |
Feature: Landing Page - Areas Nearby | |
In order to be see that the website is optimized for search engines | |
As a user of the website | |
I want to be able to see links for areas nearby on the landing pages | |
Scenario: Links to the nearby locations are not displayed when navigating without a location | |
Given the "/en/rent/properties-for-rent.html" landing page | |
Then the areas nearby section should not appear | |
Scenario: Links to the nearby locations are displayed when navigating on city level | |
Given the "/en/rent/dubai/properties-for-rent.html" landing page | |
Then the areas nearby section should appear | |
And the following links should appear: | |
| LABEL | LINK | | |
| Properties for rent in Sharjah | /en/rent/sharjah/properties-for-rent.html | | |
| Properties for rent in Ajman | /en/rent/ajman/properties-for-rent.html | | |
| Properties for rent in Umm Al Quwain | /en/rent/umm-al-quwain/properties-for-rent.html | | |
| Properties for rent in Ras Al Khaimah | /en/rent/ras-al-khaimah/properties-for-rent.html | | |
| Properties for rent in Al Ain | /en/rent/al-ain/properties-for-rent.html | | |
Scenario: Links to the nearby locations are displayed when navigating on community level | |
Given the "/en/rent/dubai/properties-for-rent-dubai-marina.html" landing page | |
Then the areas nearby section should appear | |
And the following links should appear: | |
| LABEL | LINK | | |
| Properties for rent in Jumeirah Lake Towers | /en/rent/dubai/properties-for-rent-jumeirah-lake-towers.html | | |
| Properties for rent in Jumeirah Beach Residence | /en/rent/dubai/properties-for-rent-jumeirah-beach-residence.html | | |
| Properties for rent in Dubai Media City | /en/rent/dubai/properties-for-rent-dubai-media-city.html | | |
| Properties for rent in Meadows | /en/rent/dubai/properties-for-rent-meadows.html | | |
Scenario: Links to the nearby locations are displayed when navigating on sub community level | |
Given the "/en/rent/dubai/properties-for-rent-dubai-marina-marina-diamonds.html" landing page | |
Then the areas nearby section should appear | |
And the following links should appear: | |
| LABEL | LINK | | |
| Properties for rent in Dubai Marina | /en/rent/dubai/properties-for-rent-dubai-marina-dubai-marina.html | | |
| Properties for rent in The Radisson Blu Residence Dubai Marina | /en/rent/dubai/properties-for-rent-dubai-marina-the-radisson-blu-residence-dubai-marina.html | | |
| Properties for rent in Dubai Marina Walk | /en/rent/dubai/properties-for-rent-dubai-marina-dubai-marina-walk.html | | |
| Properties for rent in Lotus Hotel Apartments & Spa Marina | /en/rent/dubai/properties-for-rent-dubai-marina-lotus-hotel-apartments-spa-marina.html | | |
Scenario: Links to the nearby locations are displayed when navigating on tower level | |
Given the "/en/rent/dubai/properties-for-rent-dubai-marina-marina-diamond-1.html" landing page | |
Then the areas nearby section should appear | |
And the following links should appear: | |
| LABEL | LINK | | |
| Properties for rent in Marina Diamond 4 | /en/rent/dubai/properties-for-rent-dubai-marina-marina-diamond-4.html | | |
| Properties for rent in Time Place Tower | /en/rent/dubai/properties-for-rent-dubai-marina-time-place-tower.html | | |
| Properties for rent in Sukoon Tower | /en/rent/dubai/properties-for-rent-dubai-marina-sukoon-tower.html | | |
| Properties for rent in Marina Diamond 6 | /en/rent/dubai/properties-for-rent-dubai-marina-marina-diamond-6.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment