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

refs a5dd92f1b8

- updated to reflect changed behaviour
This commit is contained in:
Kevin Ansfield 2021-05-27 18:52:35 +01:00
parent a5dd92f1b8
commit fb17b41c05

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