Skip to content

Commit

Permalink
MM-28892 Disabling server config settings for inproduct notices in e2e (
Browse files Browse the repository at this point in the history
mattermost#6512)

* MM-28892 Disabling server config settings for inproduct notices in e2e

  * Disabling these settings so no notices are served which can cause existing tests to
    break as UI will have modal open

* Change default json
  • Loading branch information
sudheerDev committed Sep 22, 2020
1 parent 4992330 commit 798fe73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/cypress/fixtures/partial_default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@
"BannerText": "",
"BannerColor": "#f2a93b",
"BannerTextColor": "#333333",
"AllowBannerDismissal": true
"AllowBannerDismissal": true,
"AdminNoticesEnabled": false,
"UserNoticesEnabled": false
},
"ThemeSettings": {
"EnableThemeSelection": true,
Expand Down

0 comments on commit 798fe73

Please sign in to comment.