Puppetry
3.2.2
3.2.2
  • Welcome Puppetry
  • Getting Started
  • Project
  • Suite
  • Group
  • Target
    • Simple Target
    • iFrame Target
    • ShadowDOM Target
    • Chained Target
    • Shared Target
  • Test Case
  • Test Step / Action
    • Page Commands
    • Page Assertions
    • Target Commands
    • Target Assertions
  • Managing Records
  • Snippets
  • Running tests
    • Interactive Mode
    • Troubleshooting
  • Test Report
  • Export
    • Exporting as Jest Project (CI-friendly)
    • Exporting as Test Specification
  • Settings
  • Template Expressions
  • Testing Techniques
    • Testing Dynamic Content
    • Exhaustive Testing
    • Performance Testing
    • Visual Regression Testing
    • Testing Shadow DOM
    • Testing Google Analytics tracking code
    • Testing Chrome Extensions
    • Testing REST API
    • Mocking HTTP/S Requests
    • Testing Transactional Emails
      • Example with Restmail.net
      • Example with Mailinator
      • Example with IMAP bridge
      • Example with Google API
    • Testing Forms with Captcha
  • Version Control
  • Tips and Tricks
    • Embrace the Power of CSS
  • Command API
  • Test Application
Powered by GitBook
On this page
  • Action Comment
  • "Wait for the target" Option

Was this helpful?

Test Step / Action

PreviousTest CaseNextPage Commands

Last updated 5 years ago

Was this helpful?

Test steps make the test case. They can be commands, assertions and references. There are different collections of commands and assertions for page and for a target (DOM element).

Action Comment

If you want provide an action with a comment while editing it you click on "comment" link.

The comment form expands and you can type in your comment.

As you save the changes the comment appears in the test case table.

"Wait for the target" Option

While editing any target action (except target.assertVisible) you can use "wait for the target" checkbox to specify if the system needs to wait for target to appear in the page DOM before performing the action

As you save the changes with the option set ON the test case table you can see updated action description.

Test steps
Comment link
Comment form
Comment in the test case table
Wait for target option
Action description updates