mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Fixed failing test
refs https://github.com/TryGhost/Team/issues/1125
refs 4f3e340c03
- The 'Publish & send' copy is now a default when publishing a post and has been missed to change in the refed commit
This commit is contained in:
parent
fd5e009d29
commit
40269466f2
@ -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]');
|
||||
|
Loading…
Reference in New Issue
Block a user