[MM-50485] Migrate app to ServerManager, remove view names and replace with IDs (#2672)
* Migrate app to ServerManager, remove view names and replace with IDs * Fixed a test * Fixed a bug when adding the initial server * Merge'd * Bug fixes and PR feedback
This commit is contained in:
@@ -201,7 +201,7 @@ describe('EditServerModal', function desc() {
|
||||
});
|
||||
savedConfig.teams.should.deep.contain({
|
||||
name: 'example',
|
||||
url: 'http://google.com',
|
||||
url: 'http://google.com/',
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -254,7 +254,7 @@ describe('EditServerModal', function desc() {
|
||||
});
|
||||
savedConfig.teams.should.deep.contain({
|
||||
name: 'NewTestTeam',
|
||||
url: 'http://google.com',
|
||||
url: 'http://google.com/',
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user