Skip to content

Commit

Permalink
Removed footer clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissarichard committed Oct 18, 2023
1 parent 7810eaf commit fb75702
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions playwright/features/drbFooters.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,3 @@ Feature: As a user I want to verify all the footer links are displayed and worki
And the "rules and regulations footer link" should be displayed
And the "about footer link" should be displayed
And the "language footer link" should be displayed


Scenario Outline: As a user when I click on footer links I should be navigated to respective landing page
Given I go to the "home" page
Then I click the <footer link>
And the <page heading> should be displayed

Examples:
| footer link | page heading |
| "accessibility footer link" | "accessibility page heading" |
| "press footer link" | "press page heading" |
| "careers footer link" | "careers page heading" |
| "space rental footer link" | "space rental page heading" |
| "privacy footer link" | "privacy page heading" |
| "other policies footer link" | "other policies page heading" |
| "terms and conditions footer link" | "terms and conditions page heading" |
| "governance footer link" | "governance page heading" |
| "rules and regulations footer link" | "rules and regulations page heading" |
| "about footer link" | "about page heading" |
| "language footer link" | "language page heading" |

0 comments on commit fb75702

Please sign in to comment.