DEV: Remove `redesigned_user_menu_enabled: true` in tests (#470)
This commit is contained in:
parent
310fb80e54
commit
f75a6a8354
|
@ -202,7 +202,6 @@ acceptance(
|
||||||
"Discourse Assign | user menu | user cannot assign",
|
"Discourse Assign | user menu | user cannot assign",
|
||||||
function (needs) {
|
function (needs) {
|
||||||
needs.user({
|
needs.user({
|
||||||
redesigned_user_menu_enabled: true, // TODO(@keegan): Remove after site setting is removed in core
|
|
||||||
can_assign: false,
|
can_assign: false,
|
||||||
});
|
});
|
||||||
needs.settings({
|
needs.settings({
|
||||||
|
@ -221,7 +220,6 @@ acceptance(
|
||||||
"Discourse Assign | user menu | assign_enabled setting is disabled",
|
"Discourse Assign | user menu | assign_enabled setting is disabled",
|
||||||
function (needs) {
|
function (needs) {
|
||||||
needs.user({
|
needs.user({
|
||||||
redesigned_user_menu_enabled: true, // TODO(@keegan): Remove after site setting is removed in core
|
|
||||||
can_assign: false,
|
can_assign: false,
|
||||||
});
|
});
|
||||||
needs.settings({
|
needs.settings({
|
||||||
|
@ -238,7 +236,6 @@ acceptance(
|
||||||
|
|
||||||
acceptance("Discourse Assign | user menu", function (needs) {
|
acceptance("Discourse Assign | user menu", function (needs) {
|
||||||
needs.user({
|
needs.user({
|
||||||
redesigned_user_menu_enabled: true, // TODO(@keegan): Remove after site setting is removed in core
|
|
||||||
can_assign: true,
|
can_assign: true,
|
||||||
grouped_unread_notifications: {
|
grouped_unread_notifications: {
|
||||||
34: 173, // assigned notification type
|
34: 173, // assigned notification type
|
||||||
|
|
Loading…
Reference in New Issue