fix e2e tests. Change the default Room Tab to RoomSummary

This commit is contained in:
Michael Telatynski 2020-09-09 11:42:41 +01:00
parent 37c0d524bc
commit bb98587143
2 changed files with 3 additions and 3 deletions

View file

@ -566,7 +566,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"lastRightPanelPhaseForRoom": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: RightPanelPhases.RoomMemberInfo,
default: RightPanelPhases.RoomSummary,
},
"lastRightPanelPhaseForGroup": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,