test buttons show
This commit is contained in:
parent
9902947e99
commit
ae36c00fc0
|
@ -16,6 +16,8 @@ QUnit.test("subscribing", async assert => {
|
||||||
|
|
||||||
assert.ok(
|
assert.ok(
|
||||||
$(".discourse-subscriptions-section-columns").length,
|
$(".discourse-subscriptions-section-columns").length,
|
||||||
"has a the sections for billing"
|
"has the sections for billing"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
assert.ok($(".subscribe-buttons button").length, "has buttons for subscribe");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue