~ltrager/maas/remove_di_from_kernel_opts

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/angular/controllers/tests/test_networks_list.js

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2016-10-06 15:42:52 UTC
  • mfrom: (5454.1.1 maas)
  • Revision ID: maas_lander-20161006154252-ahto2tfrm50mktun
[r=blake-rouse][bug=][author=andreserl] Fix missing conversation from 'Networks' to 'Subnets' for the page title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    it("sets title and page on $rootScope", function() {
62
62
        var controller = makeController();
63
 
        expect($rootScope.title).toBe("Networks");
 
63
        expect($rootScope.title).toBe("Subnets");
64
64
        expect($rootScope.page).toBe("networks");
65
65
    });
66
66