How can I set up an assertion to verify value of an element in PHP-Behat?
Hello Macy,
Pass the following code to set up an assertion to verify value of an element in PHP-Behat:
$this->assertSession()->elementExists('css', '.selector');
How can I set up an assertion to verify value of an element in PHP-Behat?
Hello Macy,
Pass the following code to set up an assertion to verify value of an element in PHP-Behat:
$this->assertSession()->elementExists('css', '.selector');