| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 40 | public function testBackOfficeTitleOscommerce()  | 
            ||
| 41 |     { | 
            ||
| 42 | $this->webDriver->get(self::OSCURL.self::BACKOFFICE_FOLDER);  | 
            ||
| 43 | $condition = WebDriverExpectedCondition::titleContains(self::ADMIN_TITLE);  | 
            ||
| 44 | $this->webDriver->wait()->until($condition);  | 
            ||
| 45 | $this->assertTrue((bool) $condition);  | 
            ||
| 46 | $this->quit();  | 
            ||
| 47 | }  | 
            ||
| 48 | }  |