Skip to content

Commit

Permalink
ic: functional tests improved
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 19, 2016
1 parent a86058a commit b42e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/index.js
Expand Up @@ -132,7 +132,7 @@ describe('Abe', function() {
.assert.containsText("//div[@class='display-status']/span", "publish")
.url('http://localhost:3003/abe/editor')
.waitForElementVisible('//body')
.assert.containsText("//table[@id='navigation-list']/tbody/tr[1]/td[6]/a[@class='checkmark label-published']", "");
.assert.cssClassPresent("//table[@id='navigation-list']/tbody/tr[1]/td[6]/a", "label-published");
});

it('The updated article is unpublished in the manager', function(client) {
Expand Down

0 comments on commit b42e5ae

Please sign in to comment.