mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
structure changed ...
This commit is contained in:
parent
03db51877e
commit
04856dac10
@ -10,7 +10,7 @@ test("Visit Badge Pages", () => {
|
|||||||
|
|
||||||
visit("/badges/9/autobiographer");
|
visit("/badges/9/autobiographer");
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(exists('.badges-listing tr'), "has the badge in the listing");
|
ok(exists('.badges-listing div'), "has the badge in the listing");
|
||||||
ok(exists('.badge-user'), "has the list of users with that badge");
|
ok(exists('.badge-user'), "has the list of users with that badge");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user