Asserts that an element inside a specific <iframe> contains the expected text. Supports fixtures for reusable selectors and text. Uses Playwright's web-first assertions for automatic retries.
<iframe>
Then I pw expect "selectors.successMessage" inside frame "selectors.uploadFrame" to have text "texts.uploadComplete" Copy
Then I pw expect "selectors.successMessage" inside frame "selectors.uploadFrame" to have text "texts.uploadComplete"
Asserts that an element inside a specific
<iframe>contains the expected text. Supports fixtures for reusable selectors and text. Uses Playwright's web-first assertions for automatic retries.