mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: update test to match new admin layout
This commit is contained in:
parent
9834263687
commit
98478d78d7
|
@ -129,7 +129,7 @@ QUnit.test("topics with flags", assert => {
|
|||
andThen(() => {
|
||||
assert.equal(find(".flagged-topics .flagged-topic").length, 1);
|
||||
assert.equal(find(".flagged-topic .flagged-topic-user").length, 2);
|
||||
assert.equal(find(".flagged-topic .flag-counts").length, 3);
|
||||
assert.equal(find(".flagged-topic div.flag-counts").length, 3);
|
||||
});
|
||||
|
||||
click(".flagged-topic .show-details");
|
||||
|
|
Loading…
Reference in New Issue
Block a user