From 524fc3515abe650493de9a28b12ca5f7bb458e4f Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sat, 5 Oct 2019 14:28:02 +0300 Subject: [PATCH] Issue #3085506: Update emuse/behat-html-formatter to ^0.2.0 --- composer.json | 2 +- package.json | 16 ++++++++++++++-- tests/features/bootstrap/VarbaseContext.php | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b31bce70..1babc76c 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "behat/mink-zombie-driver": "~1.0", "behat/mink-selenium2-driver": "~1.0", "behatch/contexts": "~3.0", - "emuse/behat-html-formatter": "^0.1.0" + "emuse/behat-html-formatter": "^0.2.0" }, "config": { "bin-dir": "bin/", diff --git a/package.json b/package.json index c32c56d4..d11d8f25 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,25 @@ { + "name": "varbase", + "private": true, + "version": "8.7.0", + "description": "Varbase: The Ultimate Drupal 8 CMS Starter Kit (Bootstrap Ready)", + "keywords": [ + "Drupal", + "Varbase", + "Drupal profile", + "Bootstrap" + ], + "author": "Vardot", + "license": "GPL-2.0", "scripts": { "install-libraries": "npm install && bower install" }, "dependencies": { - "bower": "1.7.x" + "bower": ">=1.8.8" }, "license": "GPL-2.0", "repository": { "type": "git", "url": "git@github.com:Vardot/varbase.git" } -} \ No newline at end of file +} diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php index 85ae75a6..fb053f9a 100644 --- a/tests/features/bootstrap/VarbaseContext.php +++ b/tests/features/bootstrap/VarbaseContext.php @@ -1505,7 +1505,7 @@ JS; * * @BeforeScenario @javascript */ - public function beforeStepMaximizeWindow() { + public function beforeScenarioMaximizeWindow() { $this->getSession()->getDriver()->maximizeWindow(); } -- GitLab