This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/toolkit/components/messaging-system/schemas/SpecialMessageActionSchemas/test/browser/browser_sma_docs.js b/toolkit/components/messaging-system/schemas/SpecialMessageActionSchemas/test/browser/browser_sma_docs.js | |
index 7aff1422288a..6809d0093617 100644 | |
--- a/toolkit/components/messaging-system/schemas/SpecialMessageActionSchemas/test/browser/browser_sma_docs.js | |
+++ b/toolkit/components/messaging-system/schemas/SpecialMessageActionSchemas/test/browser/browser_sma_docs.js | |
@@ -18,7 +18,7 @@ add_task(async function test_sma_docs() { | |
let request = await fetch(TEST_URL); | |
let docs = await request.text(); | |
let headings = getHeadingsFromDocs(docs); | |
- const schemaTypes = (await fetchSMASchema).anyOf.map( | |
+ const schemaTypes = (await fetchSMASchema()).anyOf.map( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some comments about the targeting: | |
1. WNP_MOMENTS_MOBILE | |
* firefox version 70+ (70 _or more_) | |
* tier 1 and 14 days old profile | |
* isFxAEnabled && sync.mobileDevices == 0 | |
* this isn't 100% correct | |
* it means: user did not turn of sync AND did not sync any mobile devices, BUT it doesn't check if the user is | |
signed in to FxA. This targeting expression includes both users logged in to FxA AND not logged in who do not | |
have a mobile device synced. | |
* I _think_ it should have included "is signed in to FxA" |
OlderNewer