Title: Validate Home Button Redirection in NavBar
Preconditions: The browser is launched, and the NavBar component is accessible on the page.
Test Steps:
- Navigate to home page
- Click on Home button in the NavBar.
- Retrieve the current URL after clicking the Home button.
- Validate that the current URL matches the expected URL: "http://localhost:3000/".
Expected Result: The Home button click should redirect the user to the correct URL ("http://localhost:3000/").