Fixed tests expecting `'(Untitled')` in editor title input

refs b979a2c41c

- updated to reflect changed behaviour
This commit is contained in:
Kevin Ansfield 2021-05-27 18:52:35 +01:00
parent b979a2c41c
commit 5bfd58f7c6
1 changed files with 1 additions and 1 deletions

View File

@ -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(),