mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
Bug 1632958 - Add await for addVisits async function call. r=MarcoZ
Differential Revision: https://phabricator.services.mozilla.com/D72492
This commit is contained in:
parent
39844dcb4e
commit
57097f3b0c
@ -30,7 +30,7 @@ addAccessibleTask(
|
||||
|
||||
is(link.getAttributeValue("AXVisited"), 0, "Link has not been visited");
|
||||
|
||||
PlacesTestUtils.addVisits(["http://www.example.com/"]);
|
||||
await PlacesTestUtils.addVisits(["http://www.example.com/"]);
|
||||
|
||||
await stateChanged;
|
||||
is(link.getAttributeValue("AXVisited"), 1, "Link has been visited");
|
||||
|
Loading…
x
Reference in New Issue
Block a user