mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
fix linting error
This commit is contained in:
parent
55901b479d
commit
d251ee6e8b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class SeleniumHelper {
|
|||
));
|
||||
}
|
||||
|
||||
waitUntilGone(element) {
|
||||
waitUntilGone (element) {
|
||||
return this.driver.wait(until.stalenessOf(element));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue