mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Renamed poster-expansion to user-expansion because it's not specific
to a poster anymore.
This commit is contained in:
@@ -126,7 +126,7 @@ page.runTests = function(){
|
||||
});
|
||||
|
||||
test("has details",function(){
|
||||
return $('#poster-expansion .names').length === 1;
|
||||
return $('#user-expansion .names').length === 1;
|
||||
});
|
||||
|
||||
run();
|
||||
|
||||
Reference in New Issue
Block a user