mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Fixed tests expecting '(Untitled')
in editor title input
refs a5dd92f1b8
- updated to reflect changed behaviour
This commit is contained in:
parent
a5dd92f1b8
commit
fb17b41c05
@ -595,7 +595,7 @@ describe('Acceptance: Editor', function () {
|
||||
expect(
|
||||
find('[data-test-editor-title-input]').value,
|
||||
'title value after autosave'
|
||||
).to.equal('(Untitled)');
|
||||
).to.equal('');
|
||||
|
||||
expect(
|
||||
currentURL(),
|
||||
|
Loading…
Reference in New Issue
Block a user