Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5658)

Unified Diff: chrome/test/data/webui/md_history/history_synced_tabs_test.js

Issue 2389393002: MD History: Do not collapse synced device card when tapping menu button (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
index 876c3e538d7cd08157ba13b8d72de9adee13fda0..63b4a3b4b6ac1f2f039f01bb9a4b4dcfce0ed122 100644
--- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
+++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
@@ -251,6 +251,18 @@ cr.define('md_history.history_synced_tabs_test', function() {
});
});
+ test('show actions menu', function() {
tsergeant 2016/10/05 02:06:24 Sadly, I have not been able to get MockInteraction
calamity 2016/10/05 04:45:53 =(
+ setForeignSessions(
+ [createSession(
+ 'Chromebook', [createWindow(['https://example.com'])])]);
+
+ return flush().then(function() {
+ var cards = getCards(element);
+ MockInteractions.tap(cards[0].$['menu-button']);
+ assertTrue(element.$.menu.getIfExists().menuOpen);
+ });
+ });
+
test('show sign in promo', function() {
element.signInState = false;
return flush().then(function() {
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698