Skip to content
Snippets Groups Projects
Commit 524fc351 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3085506: Update emuse/behat-html-formatter to ^0.2.0

parent 97b2f774
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"behat/mink-zombie-driver": "~1.0", "behat/mink-zombie-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.0", "behat/mink-selenium2-driver": "~1.0",
"behatch/contexts": "~3.0", "behatch/contexts": "~3.0",
"emuse/behat-html-formatter": "^0.1.0" "emuse/behat-html-formatter": "^0.2.0"
}, },
"config": { "config": {
"bin-dir": "bin/", "bin-dir": "bin/",
......
{ {
"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": { "scripts": {
"install-libraries": "npm install && bower install" "install-libraries": "npm install && bower install"
}, },
"dependencies": { "dependencies": {
"bower": "1.7.x" "bower": ">=1.8.8"
}, },
"license": "GPL-2.0", "license": "GPL-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:Vardot/varbase.git" "url": "git@github.com:Vardot/varbase.git"
} }
} }
\ No newline at end of file
...@@ -1505,7 +1505,7 @@ JS; ...@@ -1505,7 +1505,7 @@ JS;
* *
* @BeforeScenario @javascript * @BeforeScenario @javascript
*/ */
public function beforeStepMaximizeWindow() { public function beforeScenarioMaximizeWindow() {
$this->getSession()->getDriver()->maximizeWindow(); $this->getSession()->getDriver()->maximizeWindow();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment