NCIOCPL / drug-dictionary-app

NCI Drug Dictionary Application
2 stars 0 forks source link

PageNotFound search box should take user to Drug Search results page #91

Closed kate-mashkina closed 3 years ago

kate-mashkina commented 3 years ago

Issue description

Description of the issue When user is on PageNotFound (such as https://www-dev-ac.cancer.gov/publications/dictionaries/cancer-drug/def/chicken) and performs the search it currently does not perform any action). It should redirect user to the Drug Dictionary search results page

ESTIMATE TBD

What's the expected change?

-

What's the current functionality?

-

What's the updated acceptance criteria?

Scenario: User is able to search for a term from PageNotFound page
Given the user navigates to "/def/chicken"
When user types "meta" in the search box
    And user clicks search button
    Then user is redirected to "/search/meta/?searchMode=Begins"

Additional details / screenshot

Related Tickets