Tanakhs / Frontend

0 stars 0 forks source link

home button - unit test #5

Open eli-entelis opened 1 year ago

eli-entelis commented 1 year ago

a Selenium test needs to be developed to verify the functionality of a button click and page navigation. the "home" button should act as the "back to the main page" functionality

Acceptance Criteria:

  1. The test should start at some chapter URL (something like this http://localhost:3000/chapter/63dc389d0bb56cd596d575b9) 1.The test should locate and click on the button "home" 2.The test should verify that the expected page is loaded successfully after the button click, either by checking the URL (http://localhost:3000/), page title, or presence of specific elements on the page.