mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
fix broken paths
This commit is contained in:
parent
ccb6e5fcbd
commit
ce600eec04
@ -1,5 +1,5 @@
|
|||||||
import { acceptance } from "helpers/qunit-helpers";
|
import { acceptance } from "helpers/qunit-helpers";
|
||||||
import { stubStripe } from "discourse/plugins/discourse-patrons/helpers/stripe";
|
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
|
||||||
|
|
||||||
acceptance("Discourse Patrons", {
|
acceptance("Discourse Patrons", {
|
||||||
settings: {
|
settings: {
|
||||||
@ -12,7 +12,7 @@ acceptance("Discourse Patrons", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
QUnit.skip("viewing the one-off payment page", async assert => {
|
QUnit.skip("viewing the one-off payment page", async assert => {
|
||||||
await visit("/patrons");
|
await visit("/s");
|
||||||
|
|
||||||
assert.ok($(".donations-page-payment").length, "has payment form class");
|
assert.ok($(".donations-page-payment").length, "has payment form class");
|
||||||
});
|
});
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import componentTest from "helpers/component-test";
|
import componentTest from "helpers/component-test";
|
||||||
import { stubStripe } from "discourse/plugins/discourse-patrons/helpers/stripe";
|
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
|
||||||
|
|
||||||
moduleForComponent("stripe-card", { integration: true });
|
moduleForComponent("stripe-card", { integration: true });
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import Plan from "discourse/plugins/discourse-patrons/discourse/models/plan";
|
import Plan from "discourse/plugins/discourse-subscriptions/discourse/models/plan";
|
||||||
|
|
||||||
QUnit.module("discourse-patrons:model:plan");
|
QUnit.module("discourse-patrons:model:plan");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user