mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 23:16:13 +08:00
was failing on latest phantom, fix test
This commit is contained in:
parent
7beea0493e
commit
b3965eb069
@ -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…
x
Reference in New Issue
Block a user