mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Update protractor jasmine tests
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = function BrowserLogs(opts) {
|
||||
}
|
||||
|
||||
browser.getCapabilities().then(function(cap) {
|
||||
var browserName = ' ' + cap.caps_.browserName + ' log '
|
||||
var browserName = ' ' + cap.browserName + ' log '
|
||||
var browserStyled = chalk.bgBlue.white.bold(browserName) + ' '
|
||||
|
||||
browser.manage().logs().get('browser').then(function(browserLogs) {
|
||||
|
||||
Reference in New Issue
Block a user