rm acceptance test for now. Stripe is not defined

This commit is contained in:
Rimian Perkins 2019-09-12 09:39:23 +10:00
parent 07f4bb0406
commit c3e3b7ad67
1 changed files with 0 additions and 10 deletions

View File

@ -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);
});
});