summaryrefslogtreecommitdiffstats
path: root/toolkit/components/messaging-system/schemas/SpecialMessageActionSchemas/test/browser/browser_sma_open_awesome_bar.js
blob: 62f7d8bb68f6195383835e8f8c55bba85e95c329 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

add_task(async function test_OPEN_AWESOME_BAR() {
  await SMATestUtils.executeAndValidateAction({ type: "OPEN_AWESOME_BAR" });
  Assert.ok(gURLBar.focused, "Focus should be on awesome bar");
});