Skip to content

Commit

Permalink
casper: Switch to use a newer casper off master.
Browse files Browse the repository at this point in the history
Newer casper should fix some problems we've had with contenteditable.
  • Loading branch information
timabbott committed Nov 17, 2017
1 parent 7b5ae1e commit fa0fb9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend_tests/casper_tests/11-mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var common = require('../casper_lib/common.js').common;

common.start_and_log_in();

casper.waitUntilVisible('#new_message_content', function () {
casper.waitUntilVisible('#zhome', function () {
casper.test.info('compose box visible');
casper.page.sendEvent('keypress', "c"); // brings up the compose box
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zxcvbn": "4.4.2"
},
"devDependencies": {
"casperjs": "1.1.3",
"casperjs": "casperjs/casperjs",
"cssstyle": "0.2.29",
"eslint": "3.9.1",
"htmlparser2": "3.8.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,9 @@ caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"

casperjs@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/casperjs/-/casperjs-1.1.3.tgz#9653de731f8aa44d0915a69ba2233164bb2eaf94"
casperjs@casperjs/casperjs:
version "1.1.4"
resolved "https://codeload.github.com/casperjs/casperjs/tar.gz/0b06a37c545bfceba8d269a940ecb7e407c807b1"

cdt2d@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit fa0fb9e

Please sign in to comment.