Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
This commit is contained in:
@@ -70,7 +70,7 @@ let tests = [
|
||||
taskify(function* test_bookmarks_menu() {
|
||||
let bookmarksMenuButton = document.getElementById("bookmarks-menu-button");
|
||||
|
||||
ise(bookmarksMenuButton.open, false, "Menu should initially be closed");
|
||||
is(bookmarksMenuButton.open, false, "Menu should initially be closed");
|
||||
gContentAPI.showMenu("bookmarks");
|
||||
|
||||
yield waitForConditionPromise(() => {
|
||||
|
||||
Reference in New Issue
Block a user