Asserts that the currently stored (active) element (input/select) has a specific value. Supports aliases (e.g., @orderId) to compare against stored variables. Supports fixtures for reusable values.
@orderId
Then I pw expect element to have value "@savedUserEmail" Copy
Then I pw expect element to have value "@savedUserEmail"
Asserts that the currently stored (active) element (input/select) has a specific value. Supports aliases (e.g.,
@orderId) to compare against stored variables. Supports fixtures for reusable values.