mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Fixed tests
This commit is contained in:
parent
2777856a29
commit
a54cb48e5f
@ -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]');
|
||||
|
Loading…
Reference in New Issue
Block a user