1
0
Fork 0

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"); await visit("/admin/wizards/api");
const list = find(".admin-controls li"); const list = find(".admin-controls li");
const count = list.length; const count = list.length;