Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Commit 71a1fc5

Browse files
committed
Merge pull request #33 from beckyconning/ready/navigateTo
Fixed navigateTo function
2 parents df69ca6 + fe2e59d commit 71a1fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selenium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ exports.refresh = function(driver) {
243243
};
244244
};
245245

246-
exports.naviagateTo = function(url) {
246+
exports.navigateTo = function(url) {
247247
return function(driver) {
248248
return function(cb, eb) {
249249
var n = new webdriver.WebDriver.Navigation(driver);

0 commit comments

Comments
 (0)