fix linting error

This commit is contained in:
BryceLTaylor 2019-06-03 17:12:59 -04:00
parent 55901b479d
commit d251ee6e8b

View file

@ -97,7 +97,7 @@ class SeleniumHelper {
));
}
waitUntilGone(element) {
waitUntilGone (element) {
return this.driver.wait(until.stalenessOf(element));
}