@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | public function checkChannel($channelName): void |
60 | 60 | { |
61 | - if ($this->getDriver() instanceof Selenium2Driver || $this->getDriver() instanceof ChromeDriver) { |
|
61 | + if ($this->getDriver() instanceof Selenium2Driver || $this->getDriver() instanceof ChromeDriver) { |
|
62 | 62 | $this->getElement('channel', ['%channel%' => $channelName])->click(); |
63 | 63 | |
64 | 64 | return; |