mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
casper: Use waitUntilVisible in mention tests.
This commit is contained in:
parent
8ef3e7cde8
commit
5b56fffc3c
@ -2,7 +2,7 @@ var common = require('../casper_lib/common.js').common;
|
||||
|
||||
common.start_and_log_in();
|
||||
|
||||
casper.waitForSelector('#new_message_content', function () {
|
||||
casper.waitUntilVisible('#new_message_content', function () {
|
||||
casper.test.info('compose box visible');
|
||||
casper.page.sendEvent('keypress', "c"); // brings up the compose box
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user