@@ -189,7 +189,7 @@ |
||
189 | 189 | } |
190 | 190 | |
191 | 191 | $selector = t($selector); |
192 | - $element = $this->{'find' . $map[$locator]}($selector); |
|
192 | + $element = $this->{'find'.$map[$locator]}($selector); |
|
193 | 193 | $this->throwNoSuchElementException($selector, $element); |
194 | 194 | |
195 | 195 | return $element; |