0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

DEV: Change title for admin api testing

Dieser Commit ist enthalten in:
jumagura 2023-05-11 01:43:11 -04:00
Ursprung e4b9be9393
Commit ed37c13664

Datei anzeigen

@ -47,7 +47,7 @@ acceptance("Admin | API tab", function (needs) {
});
});
test("Visit API tab", async function (assert) {
test("Visit API tab and fill data", async function (assert) {
await visit("/admin/wizards/api");
const list = find(".admin-controls li");
const count = list.length;