DEV: Change title for admin api testing
Dieser Commit ist enthalten in:
Ursprung
e4b9be9393
Commit
ed37c13664
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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;
|
||||
|
|
Laden …
In neuem Issue referenzieren