skip unfinished test
This commit is contained in:
parent
dafa08f43e
commit
b566c437c7
|
@ -11,7 +11,7 @@ acceptance("Discourse Patrons", {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test("viewing the one-off payment page", async assert => {
|
QUnit.skip("viewing the one-off payment page", async assert => {
|
||||||
await visit("/patrons");
|
await visit("/patrons");
|
||||||
|
|
||||||
assert.ok($(".donations-page-payment").length, "has payment form class");
|
assert.ok($(".donations-page-payment").length, "has payment form class");
|
||||||
|
|
Loading…
Reference in New Issue