Skip to content

Commit 195ec4a

Browse files
alingseysmood
authored andcommitted
fix unpack params with asasalint
1 parent 49d0662 commit 195ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

must.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ func (el *Element) MustWaitStable() *Element {
867867

868868
// MustWait is similar to Element.Wait
869869
func (el *Element) MustWait(js string, params ...interface{}) *Element {
870-
el.e(el.Wait(Eval(js, params)))
870+
el.e(el.Wait(Eval(js, params...)))
871871
return el
872872
}
873873

0 commit comments

Comments
 (0)