mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 14:34:31 +08:00
FIX: Broken test
This commit is contained in:
parent
9adfccfad1
commit
a1e94cb1c1
|
@ -12,6 +12,5 @@ test("Visit Badge Pages", () => {
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(exists('.badge-card'), "has the badge in the listing");
|
ok(exists('.badge-card'), "has the badge in the listing");
|
||||||
ok(exists('.user-info'), "has the list of users with that badge");
|
ok(exists('.user-info'), "has the list of users with that badge");
|
||||||
ok(!exists('.badge-card:eq(0) strike'));
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user