structure changed ...
This commit is contained in:
parent
03db51877e
commit
04856dac10
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue