Commit a11275ee by Jesse Zoldak

Disable flaky GroupConfigurationsPage JS test TNL-1475

parent c64d58f2
......@@ -47,7 +47,8 @@ define([
});
describe('Initial display', function() {
it('can render itself', function() {
// TODO fix this, see TNL-1475
xit('can render itself', function() {
var view = initializePage();
expect(view.$('.ui-loading')).toBeVisible();
view.render();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment