Skip to content

mate-academy/qa_pw_dialogs_and_frames

Repository files navigation

Work with Dialogs and Frames

Table of contents

Description

In this task, you will create tests involving work with dialogs and a frame.

Preparation

  1. Open the forked repo in VSCode.

  2. Create a new branch by running git checkout -b task_solution.

  3. Run the installation commands:

    • npm ci
    • npx playwright install

Main Task

  1. Create the tests based on the test steps provided within the test files:
  • tests/dialogs/confirmDialog.spec.js
  • tests/dialogs/promptDialog.spec.js
  • tests/fakeDialogs/alertBox.spec.js
  • tests/fakeDialogs/modalDialog.spec.js
  • tests/forms/frameFormSubmit.spec.js
  • tests/forms/frameProductsList.spec.js
  1. Run all the tests and make sure that pass.

Task Reporting

  1. Add and commit all your updates.
  2. Push the code to the origin.
  3. Create a PR for your changes.
  4. Keep implementing suggestions from code review until your PR is approved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published