Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: test/test_browser_editorial.js

Issue 8940043: Fixes several problems with search
Patch Set: Fixes several problems with search Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/test_browser_app.js ('k') | test/test_browser_search_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_browser_editorial.js
=== modified file 'test/test_browser_editorial.js'
--- test/test_browser_editorial.js 2013-04-23 19:36:04 +0000
+++ test/test_browser_editorial.js 2013-04-24 01:22:31 +0000
@@ -106,7 +106,6 @@
view.on('viewNavigate', function(ev) {
ev.halt();
- assert(ev.change.viewmode === 'fullscreen');
assert(ev.change.charmID === 'precise/ceph-7');
done();
});
@@ -134,7 +133,6 @@
view.on('viewNavigate', function(ev) {
ev.halt();
- assert(ev.change.viewmode === 'sidebar');
assert(ev.change.charmID === 'precise/ceph-7');
done();
});
« no previous file with comments | « test/test_browser_app.js ('k') | test/test_browser_search_view.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b