You are here

public function FeatureContext::resizeWindow in Open Social 8.4

Same name and namespace in other branches
  1. 8.3 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::resizeWindow()
  2. 8.5 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::resizeWindow()
  3. 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\Behat

Code

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