mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 01:53:59 +00:00
casper: Use waitUntilVisible in editing tests.
This commit is contained in:
@@ -10,7 +10,9 @@ function then_edit_last_message() {
|
||||
$('.popover_edit_message').click();
|
||||
});
|
||||
});
|
||||
casper.waitForSelector(".message_edit_content");
|
||||
casper.then(function () {
|
||||
casper.waitUntilVisible(".message_edit_content");
|
||||
});
|
||||
}
|
||||
|
||||
// Send and edit a stream message
|
||||
|
||||
Reference in New Issue
Block a user