From e87c3bb0a4c03d312e93b19b3ff85acf84c341fb Mon Sep 17 00:00:00 2001 From: clarissarichard <107963214+clarissarichard@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:31:55 -0400 Subject: [PATCH] Added advanced search page to headers and footers --- playwright/features/advSearch.feature | 16 ---------------- playwright/features/drbFooters.feature | 1 + playwright/features/headerLinks.feature | 1 + 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/playwright/features/advSearch.feature b/playwright/features/advSearch.feature index b7ab9a08..3435acc6 100644 --- a/playwright/features/advSearch.feature +++ b/playwright/features/advSearch.feature @@ -34,19 +34,3 @@ Feature: Advanced Search Then the "Russian language subheader" should be displayed And the "Russian language checkbox" should be checked And the "first read online button" should be displayed - - Scenario: As as user I verify the headers and footers of Advanced Search Page - Given I go to the "home" page - When I click the "advanced search link" - And the "advanced search breadcrumb" should be displayed - And the "accessibility footer link" should be displayed - And the "press footer link" should be displayed - And the "careers footer link" should be displayed - And the "space rental footer link" should be displayed - And the "privacy footer link" should be displayed - And the "other policies footer link" should be displayed - And the "terms and conditions footer link" should be displayed - And the "governance footer link" should be displayed - 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 diff --git a/playwright/features/drbFooters.feature b/playwright/features/drbFooters.feature index 9a237bd6..545c71cf 100644 --- a/playwright/features/drbFooters.feature +++ b/playwright/features/drbFooters.feature @@ -17,6 +17,7 @@ Feature: Footer Links Examples: | DRB | | "home" | + | "advanced search" | | "search results" | | "item details" | | "edition details" | diff --git a/playwright/features/headerLinks.feature b/playwright/features/headerLinks.feature index 32dec919..a9101ccc 100644 --- a/playwright/features/headerLinks.feature +++ b/playwright/features/headerLinks.feature @@ -21,6 +21,7 @@ Feature: Header Links Examples: | DRB | | "home" | + | "advanced search" | | "search results" | | "item details" | | "edition details" |