@@ -35,9 +35,9 @@ |
||
35 | 35 | { |
36 | 36 | $xpath = $this->themeConfiguration->getNavigationBaseXPathSelector(); |
37 | 37 | usleep(500000); // Give the UI some time to update |
38 | - $xpath .= '/descendant::' . $this->themeConfiguration->getNavigationChildXPathSelector($path); |
|
38 | + $xpath .= '/descendant::'.$this->themeConfiguration->getNavigationChildXPathSelector($path); |
|
39 | 39 | |
40 | - $element = $this->webdriver->byXpath($xpath . '/a'); |
|
40 | + $element = $this->webdriver->byXpath($xpath.'/a'); |
|
41 | 41 | |
42 | 42 | $this->execute($element); |
43 | 43 |