| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function testpagantisMg21BasicTest() |
||
| 30 | { |
||
| 31 | $this->webDriver->get($this->configuration['magentoUrl']); |
||
| 32 | $condition = WebDriverExpectedCondition::titleContains(self::TITLE); |
||
| 33 | $this->webDriver->wait()->until($condition); |
||
| 34 | $this->assertTrue((bool) $condition, $this->configuration['magentoUrl']); |
||
| 35 | $this->quit(); |
||
| 36 | } |
||
| 50 |