Skip to content

mate-academy/qa_pw_conduit_events

Repository files navigation

Practice with using of waitForRequest method for Conduit tests

Table of contents

Description

In this task you will practice using the waitForRequest method.

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 test tests/requests/waitForRequest/clickSignInAndCheckRequestSent.spec.
  • Use steps defined within the test comments.
  • Use as an example 'clickSignUpAndCheckRequestSent.spec`
  1. Create test tests/requests/waitForRequest/deleteAddedComment.spec.
  • Use steps defined within the test comments.
  • Use as an example 'unfollowFollowedArtcile.spec`
  1. Run the tests and make sure they 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