public function FeatureContext::resizeWindow in Open Social 8.4
Same name and namespace in other branches
- 8.3 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::resizeWindow()
- 8.5 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::resizeWindow()
- 8.6 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::resizeWindow()
@BeforeScenario
File
- tests/
behat/ features/ bootstrap/ FeatureContext.php, line 482
Class
- FeatureContext
- Defines application features from the specific context.
Namespace
Drupal\social\BehatCode
public function resizeWindow() {
$this
->getSession()
->resizeWindow(1280, 2024, 'current');
}