Fix various team accessibility issues.
Authors: - Peter Fogg - Daniel Friedman TNL-1953
This commit is contained in:
committed by
Daniel Friedman
parent
00eb18a1f9
commit
26bbbb967e
@@ -101,7 +101,7 @@
|
||||
view.$('.nav-item[data-index=1]').click();
|
||||
expect(Backbone.history.navigate).toHaveBeenCalledWith(
|
||||
'test 2',
|
||||
{replace: true, trigger: true}
|
||||
{replace: true}
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user