NCIOCPL / sitewide-search-app

App for Sitewide Search results pages
2 stars 0 forks source link

Add a test : On Performing search for a term, dictionary definition is displayed but no search result is displayed #168

Open alinai opened 1 year ago

alinai commented 1 year ago

Add a test for the following scenario:

Performing search for the term "lurtotecan" returns dictionary definition only and no search result is displayed and we see Results 0-0 of 0 for: lurtotecan displaying in the search results page url:https://www.cancer.gov/search/results?swKeyword=lurtotecan

ESTIMATE TBD

Acceptance Criteria

Scenario: English Dictionary Definition Display - no search result dispalyed
        Given the user navigates to "/search/results?swKeyword=lurtotecan"
        Then the page title is "NCI Search Results"
        And page subtitle "Results for: lurtotecan" appears below the page title
        And definition box appears with title "Definition:"
        And the word "lurtotecan" appears in the definition box, with the audio icon and pronunciation
        And the definition "An anticancer drug that belongs to the family of drugs called topoisomerase inhibitors." appears in the definition box
        And the "H4" title is "Results 0-0 of 0 for: lurtotecan"
        And search result does not appear on the page