mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
FIX: handles not found reports in bulk loading (#6582)
This commit is contained in:
@ -152,3 +152,14 @@ componentTest("rate limited", {
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
componentTest("not found", {
|
||||
template: "{{admin-report dataSourceName='not_found'}}",
|
||||
|
||||
test(assert) {
|
||||
assert.ok(
|
||||
exists(".alert-error.not-found"),
|
||||
"it displays a not found error"
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user