Enable Test e2e/vendor_spec.js

This commit is contained in:
Rodrigo Ramírez Norambuena 2019-07-26 02:21:56 -04:00
parent f079cdad64
commit 3a7cfe3208
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- Updatenotification module: Display update notification for a limited (configurable) time.
- Enabled e2e/vendor_spec.js tests
### Fixed
- Updatenotification module: Properly handle race conditions, prevent crash.

View File

@ -9,7 +9,6 @@ const after = global.after;
describe("Vendors", function () {
return; // Test still getting failed in Travis
helpers.setupTimeout(this);