Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to verify the presence and non-empty content of <pre> elements #1917

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

Onurcankaratay
Copy link
Member

@Onurcankaratay Onurcankaratay commented Nov 19, 2024

Trello: https://trello.com/c/v7voLKI8/336-cypress-01bstaticcontent-updates-add-test-to-check-pre-tags-have-visible-content

This PR adds tests to verify the presence of <pre> elements and ensure their content is not empty. The following updates have been made:

Target Areas:

  • .rst-container > div > pre
  • .html-container > div > pre
  • .markdown-container > div > pre

Verifications:

  • Checks if <pre> elements are present within the specified containers.
  • Verifies that the content of each <pre> element is not empty.

@Onurcankaratay
Copy link
Member Author

Cypress 01b_static_content updates - add test to check

 tags have visible content

@Onurcankaratay Onurcankaratay merged commit 00e2c8d into master Nov 20, 2024
3 checks passed
@Onurcankaratay Onurcankaratay deleted the utk_cypress_01b branch November 20, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants