Merge pull request #4678 from jaswilli/editor-test

Adjust casperjs test.
This commit is contained in:
Hannah Wolfe 2014-12-18 23:25:24 +00:00
commit 0af2bc646e

View File

@ -289,7 +289,7 @@ CasperTest.begin('Tag editor', 7, function suite(test) {
casper.thenClick('#entry-tags input.tag-input');
casper.then(function () {
casper.sendKeys('#entry-tags input.tag-input', tagName);
casper.sendKeys('#entry-tags input.tag-input', tagName, {keepFocus: true});
casper.sendKeys('#entry-tags input.tag-input', casper.page.event.key.Enter);
});