You are here

public function FeatureContext::resizeWindow in Open Social 8

Same name and namespace in other branches
  1. 8.2 tests/behat/features/bootstrap/FeatureContext.php \FeatureContext::resizeWindow()

@BeforeScenario

File

tests/behat/features/bootstrap/FeatureContext.php, line 427

Class

FeatureContext
Defines application features from the specific context.

Code

public function resizeWindow() {
  $this
    ->getSession()
    ->resizeWindow(1280, 2024, 'current');
}