for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tests\Lakion\SyliusCmsBundle\Behat\Page\Admin\Route;
use Sylius\Behat\Page\Admin\Crud\UpdatePage as BaseUpdatePage;
final class UpdatePage extends BaseUpdatePage implements UpdatePageInterface
{
/**
* {@inheritdoc}
*/
public function chooseNewContent($title)
$this->getSession()->getPage()->selectFieldOption('Content', $title);
}