mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
was failing on latest phantom, fix test
This commit is contained in:
parent
7beea0493e
commit
b3965eb069
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ var runTests = function() {
|
|||
return document.querySelector(".topic-list");
|
||||
});
|
||||
|
||||
test('we have a create topic button', function() {
|
||||
return document.querySelector("#create-topic");
|
||||
});
|
||||
|
||||
exec("open composer", function() {
|
||||
$("#create-topic").click();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue