Renamed poster-expansion to user-expansion because it's not specific

to a poster anymore.
This commit is contained in:
Robin Ward
2014-09-02 11:59:44 -04:00
parent 2b0e11dad8
commit ce745b737e
9 changed files with 10 additions and 10 deletions

View File

@ -126,7 +126,7 @@ page.runTests = function(){
});
test("has details",function(){
return $('#poster-expansion .names').length === 1;
return $('#user-expansion .names').length === 1;
});
run();