Tanakhs / Frontend

0 stars 0 forks source link

"read more" button - unit test #4

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.

Acceptance Criteria:

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