Nachiket-cmd / SSN_IS601

Apache License 2.0
0 stars 0 forks source link

Develop PW Test to Validate Use of <p> Tag in About Me Section #41

Closed Nachiket-cmd closed 10 months ago

Nachiket-cmd commented 10 months ago

Description: This Playwright test case is dedicated to ensuring the correct usage of the HTML <p> (paragraph) tag within the "About Me" section of the salon website. Proper implementation of this tag is crucial for maintaining structural integrity and readability of content. By validating the appropriate use of <p> tags, we aim to ensure a consistent and semantically sound representation of information in the designated section.

Acceptance Criteria:

  1. Develop a Playwright test script for seamless navigation to the salon website.
  2. Implement the test to verify the use of the <p> tag within the "About Me" section.
  3. Confirm that the test script checks for the correct structure and placement of <p> tags in the content.
  4. The test should be structured in a modular and maintainable format.