Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Nov 8, 2019
1 parent ecff122 commit ee09e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/editor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]');
Expand Down

0 comments on commit ee09e46

Please sign in to comment.