Skip to content

Commit

Permalink
Bug 1369755 test followup - the infobar no longer shows plugin-specif…
Browse files Browse the repository at this point in the history
…ic data, so this subtest is no longer relevant r=trivial
  • Loading branch information
bsmedberg committed Jun 9, 2017
1 parent cf6d442 commit a34411d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,4 @@ add_task(async function() {
await promiseTabLoadEvent(gBrowser.selectedTab, gHttpTestRoot + "plugin_small_2.html");
let notification = await waitForNotificationBar("plugin-hidden", gBrowser.selectedBrowser);
ok(notification, "There should be a notification shown for the new page.");
// Ensure that the notification is showing information about
// the x-second-test plugin.
let label = notification.label;
ok(label.includes("Second Test"), "Should mention the second plugin");
});

0 comments on commit a34411d

Please sign in to comment.