mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03:00
Merge pull request #4678 from jaswilli/editor-test
Adjust casperjs test.
This commit is contained in:
commit
0af2bc646e
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user