mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
test names
This commit is contained in:
parent
0110a03b7a
commit
7049f191a6
@ -9,7 +9,7 @@ import { NumberProtectionSetting, StringProtectionSetting, StringListProtectionS
|
||||
import { newTestUser, noticeListener } from "./clientHelper";
|
||||
import { matrixClient, mjolnir } from "./mjolnirSetupUtils";
|
||||
|
||||
describe("Test: Protection settings", function() {
|
||||
describe("Test: Report polling", function() {
|
||||
let client;
|
||||
this.beforeEach(async function () {
|
||||
client = await newTestUser({ name: { contains: "protection-settings" }});
|
||||
@ -18,7 +18,7 @@ describe("Test: Protection settings", function() {
|
||||
this.afterEach(async function () {
|
||||
await client.stop();
|
||||
})
|
||||
it("Mjolnir refuses to save invalid protection setting values", async function() {
|
||||
it("Mjolnir correctly retreives a report from synapse", async function() {
|
||||
this.timeout(20000);
|
||||
|
||||
const reportPromise = new Promise();
|
||||
|
Loading…
Reference in New Issue
Block a user