1
0
mirror of synced 2026-08-04 22:26:56 +00:00

create the token and make the customer request

This commit is contained in:
Rimian Perkins
2019-10-11 12:26:01 +11:00
parent f61f756d9c
commit fcfb826929
11 changed files with 115 additions and 9 deletions
@@ -11,3 +11,11 @@ QUnit.test("subscribing", async assert => {
assert.ok($("h3").length, "has a heading");
});
QUnit.test("subscribing with empty customer", async assert => {
await visit("/patrons/subscribe");
assert.ok(
$(".discourse-patrons-subscribe-customer-empty").length,
"has empty customer content"
);
});