gemini-gui
Advanced tools
Comparing version 4.3.1 to 4.3.2
# Changelog | ||
## 4.3.2 - 2016-08-31 | ||
* Fixed bug with infinity pending of tests in html reporter | ||
## 4.3.1 - 2016-08-25 | ||
@@ -4,0 +8,0 @@ |
@@ -38,3 +38,3 @@ 'use strict'; | ||
if (item.browserId === null) { | ||
if (!item.browserId) { | ||
stateData.state = item; | ||
@@ -66,3 +66,3 @@ return; | ||
if (query.browserId === null) { | ||
if (!query.browserId) { | ||
return stateData.state; | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "gemini-gui", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "GUI for gemini testing utility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
879551
59
2029