test buttons show

This commit is contained in:
Rimian Perkins 2020-01-12 09:08:00 +11:00
parent 9902947e99
commit ae36c00fc0
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ QUnit.test("subscribing", async assert => {
assert.ok(
$(".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");
});