Backed out changeset 579552c57946 (bug 1613250) for causing failures in test_tabbrowser.xhtml CLOSED TREE

This commit is contained in:
Noemi Erli
2020-02-05 22:00:34 +02:00
parent 29965b368e
commit 2914ca9c0e
3 changed files with 10 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ add_task(async function test_containers_no_left_click() {
ok(newTabButton, "New tab button exists");
ok(!newTabButton.hidden, "New tab button is visible");
let popup = findPopup();
ok(popup, "new tab should have a popup");
ok(!popup, "new tab should not have a popup");
// Test context menu
let contextMenu = findContextPopup();