Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
fix some tests
Dieser Commit ist enthalten in:
Ursprung
4444f48da7
Commit
a575feca74
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -66,7 +66,7 @@ acceptance("Admin | Custom Wizard Business Subscription", function (needs) {
|
||||||
test("shows authorized and subscribed", async (assert) => {
|
test("shows authorized and subscribed", async (assert) => {
|
||||||
await visit("/admin/wizards");
|
await visit("/admin/wizards");
|
||||||
assert.notOk(
|
assert.notOk(
|
||||||
exists(".supplier-authorize .btn-primary"),
|
exists(".supplier-authorize .btn-primary:not(.update)"),
|
||||||
"the authorize button is shown."
|
"the authorize button is shown."
|
||||||
);
|
);
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
|
|
|
@ -66,7 +66,7 @@ acceptance("Admin | Custom Wizard Standard Subscription", function (needs) {
|
||||||
test("shows authorized and subscribed", async (assert) => {
|
test("shows authorized and subscribed", async (assert) => {
|
||||||
await visit("/admin/wizards");
|
await visit("/admin/wizards");
|
||||||
assert.notOk(
|
assert.notOk(
|
||||||
exists(".supplier-authorize .btn-primary"),
|
exists(".supplier-authorize .btn-primary:not(.update)"),
|
||||||
"the authorize button not shown."
|
"the authorize button not shown."
|
||||||
);
|
);
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
|
|
Laden …
In neuem Issue referenzieren