| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | describe('Abe', function() { |
||
| 38 | it('The created single article is found in the manager', function(client) { |
||
| 39 | client |
||
| 40 | .useXpath() |
||
| 41 | .url('http://localhost:3003/abe/editor') |
||
| 42 | .waitForElementVisible('//body') |
||
| 43 | .assert.containsText("//table[@id='navigation-list']/tbody/tr[1]/td[2]/a", "/articles/ftest.html") |
||
| 44 | .end(); |
||
| 45 | }); |
||
| 46 | }); |
||
| 47 | }); |