mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 15:22:46 +00:00
Merge branch 'feature/logged-in-subscribe-page' of github.com:rimian/discourse-patrons into feature/logged-in-subscribe-page
This commit is contained in:
commit
75e077399b
@ -1,2 +1,3 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Fabricator(:customer, from: "DiscoursePatrons::Customer")
|
Fabricator(:customer, from: "DiscoursePatrons::Customer")
|
||||||
|
@ -7,7 +7,7 @@ acceptance("Discourse Patrons", {
|
|||||||
loggedIn: true
|
loggedIn: true
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test("subscribing", async assert => {
|
QUnit.skip("subscribing", async assert => {
|
||||||
await visit("/patrons/subscribe");
|
await visit("/patrons/subscribe");
|
||||||
|
|
||||||
assert.ok($("h3").length, "has a heading");
|
assert.ok($("h3").length, "has a heading");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user