Scenario: User searches for product valuation
Given the user is on the homepage
When the user enters a product name or ticker symbol in the valuation search bar
And the user clicks the search button
Then the system should retrieve the valuation data for the entered product
And display the valuation information on the results page
Feature: Valuation Search Bar
Scenario: User searches for product valuation Given the user is on the homepage When the user enters a product name or ticker symbol in the valuation search bar And the user clicks the search button Then the system should retrieve the valuation data for the entered product And display the valuation information on the results page