mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 21:24:30 +08:00
FIX: Remove errors when running phantomjs
This commit is contained in:
parent
1b6a801d35
commit
c6a0e74945
@ -8,7 +8,7 @@ widgetTest('one post', {
|
|||||||
setup() {
|
setup() {
|
||||||
this.set('args', {
|
this.set('args', {
|
||||||
username: 'test',
|
username: 'test',
|
||||||
avatar_template: 'stubbed',
|
avatar_template: '/images/avatar.png',
|
||||||
post_count: 1
|
post_count: 1
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@ -26,10 +26,10 @@ widgetTest('many posts, a primary group with flair', {
|
|||||||
setup() {
|
setup() {
|
||||||
this.set('args', {
|
this.set('args', {
|
||||||
username: 'test',
|
username: 'test',
|
||||||
avatar_template: 'stubbed',
|
avatar_template: '/images/avatar.png',
|
||||||
post_count: 5,
|
post_count: 5,
|
||||||
primary_group_name: 'devs',
|
primary_group_name: 'devs',
|
||||||
primary_group_flair_url: "http://devs.example.com/img/devs.png",
|
primary_group_flair_url: "/images/d-logo-sketch-small.png",
|
||||||
primary_group_flair_bg_color: "222"
|
primary_group_flair_bg_color: "222"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user