mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: tests
This commit is contained in:
parent
a8324395e9
commit
bbc7518b0f
@ -123,7 +123,7 @@ acceptance("flagging", function (needs) {
|
|||||||
await silenceUntilCombobox.expand();
|
await silenceUntilCombobox.expand();
|
||||||
await silenceUntilCombobox.selectRowByValue("tomorrow");
|
await silenceUntilCombobox.selectRowByValue("tomorrow");
|
||||||
assert.ok(exists(".modal-body"));
|
assert.ok(exists(".modal-body"));
|
||||||
await fillIn(".silence-reason", "for breaking the rules");
|
await fillIn("input.silence-reason", "for breaking the rules");
|
||||||
|
|
||||||
await click(".perform-penalize");
|
await click(".perform-penalize");
|
||||||
assert.ok(!exists(".modal-body"));
|
assert.ok(!exists(".modal-body"));
|
||||||
@ -139,7 +139,7 @@ acceptance("flagging", function (needs) {
|
|||||||
const silenceUntilCombobox = selectKit(".silence-until .combobox");
|
const silenceUntilCombobox = selectKit(".silence-until .combobox");
|
||||||
await silenceUntilCombobox.expand();
|
await silenceUntilCombobox.expand();
|
||||||
await silenceUntilCombobox.selectRowByValue("tomorrow");
|
await silenceUntilCombobox.selectRowByValue("tomorrow");
|
||||||
await fillIn(".silence-reason", "for breaking the rules");
|
await fillIn("input.silence-reason", "for breaking the rules");
|
||||||
await click(".d-modal-cancel");
|
await click(".d-modal-cancel");
|
||||||
assert.ok(exists(".dialog-body"));
|
assert.ok(exists(".dialog-body"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user