Skip to content

Commit

Permalink
fix(release): Replace calls to renamed .title() with .getTitle()
Browse files Browse the repository at this point in the history
Co-authored-by: joshgrant <joshua.m.grant@gmail.com>
  • Loading branch information
rcebulko and joshmgrant committed Apr 13, 2020
1 parent 75b4d9d commit b1c589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/launcher.ts
Expand Up @@ -53,7 +53,7 @@ export function SaucelabsLauncher(args,
return this._done('failure')
}

driver.title()
driver.getTitle()
.then(null, (err) => {
log.error('Heartbeat to %s failed\n %s', browserName, formatSauceError(err))

Expand Down

0 comments on commit b1c589b

Please sign in to comment.