~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/tests/test_node_views.js

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-27 14:49:56 UTC
  • mto: (20.1.1 quantal) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120327144956-z5stunhc83bnnwsi
Tags: upstream-0.1+bzr363+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr363+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
            1,
234
234
            view.chart.get('added_nodes'),
235
235
            'The old chart status number should also be updated');
 
236
        /* XXX: Bug: 963090 This is timing dependant and causes spurious
 
237
           failures from time to time.
 
238
 
236
239
        this.wait(function() {
237
240
            Y.Assert.areEqual(
238
241
                Y.one('#nodes-number').get('text'),
239
242
                '12',
240
243
                'The total number of nodes should not have been updated');
241
244
        }, 500);
 
245
        */
242
246
    },
243
247
 
244
248
    testUpdateNodeDeleting: function() {