1
0
mirror of synced 2026-08-05 14:47:03 +00:00

test buttons show

This commit is contained in:
Rimian Perkins
2020-01-12 09:08:00 +11:00
parent 9902947e99
commit ae36c00fc0
@@ -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");
});