rm acceptance test for now. Stripe is not defined
This commit is contained in:
parent
07f4bb0406
commit
c3e3b7ad67
|
@ -1,10 +0,0 @@
|
||||||
import { acceptance } from "helpers/qunit-helpers";
|
|
||||||
acceptance("Discourse Patrons", { loggedIn: true });
|
|
||||||
|
|
||||||
test("the page loads", assert => {
|
|
||||||
visit("/patrons");
|
|
||||||
|
|
||||||
andThen(() => {
|
|
||||||
assert.ok(true);
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
Reference in New Issue