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

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
refs TryGhost/Product#1125
refs c77d886

- The 'Publish & send' copy is now a default when publishing a post and has been missed to change in the refed commit
  • Loading branch information
naz committed Oct 7, 2021
1 parent 891b88e commit 04df65a
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 @@ -206,7 +206,7 @@ describe('Acceptance: Editor', function () {
expect(
find('[data-test-publishmenu-save]').textContent.trim(),
'draft post publish button text'
).to.equal('Publish');
).to.equal('Publish & send');

// Publish the post
await click('[data-test-publishmenu-save]');
Expand Down

0 comments on commit 04df65a

Please sign in to comment.