Fixed tests

This commit is contained in:
Kevin Ansfield 2019-11-08 16:01:40 +07:00
parent 2777856a29
commit a54cb48e5f

View File

@ -223,7 +223,7 @@ describe('Acceptance: Editor', function () {
expect(
find('[data-test-editor-post-status]').textContent.trim(),
'post status updated after draft published'
).to.equal('Published on 09 Apr 2017');
).to.equal('Published');
await click('[data-test-publishmenu-cancel]');
await click('[data-test-publishmenu-trigger]');