In this task, you will create tests involving work with dialogs and a frame.
- 
Open the forked repo in VSCode.
 - 
Create a new branch by running git checkout -b task_solution.
 - 
Run the installation commands:
npm cinpx playwright install
 
- Create the tests based on the test steps provided within the test files:
 
tests/dialogs/confirmDialog.spec.jstests/dialogs/promptDialog.spec.jstests/fakeDialogs/alertBox.spec.jstests/fakeDialogs/modalDialog.spec.jstests/forms/frameFormSubmit.spec.jstests/forms/frameProductsList.spec.js
- Run all the tests and make sure that pass.
 
- Add and commit all your updates.
 - Push the code to the origin.
 - Create a PR for your changes.
 - Keep implementing suggestions from code review until your PR is approved.