From 8257f9b8201fd0b6591c28d92d3623b941918785 Mon Sep 17 00:00:00 2001 From: Bianca Danforth Date: Fri, 9 Mar 2018 23:25:37 +0200 Subject: [PATCH] Added note about design specifications to test plan --- docs/TESTPLAN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/TESTPLAN.md b/docs/TESTPLAN.md index f8cd8a9..55b7e82 100644 --- a/docs/TESTPLAN.md +++ b/docs/TESTPLAN.md @@ -92,6 +92,10 @@ If the user clicks on the badge more than 3 times, it ends the study. * Verify that sent Telemetry is correct * Verify that the user is sent to the URL specified in `addon/Config.jsm` under `endings -> too-popular`. +### Design + +Any UI in a Shield study should be consistent with standard Firefox design specifications. These standards can be found at [design.firefox.com](https://design.firefox.com/photon/welcome.html). Firefox logo specifications can be found [here](https://design.firefox.com/photon/visuals/product-identity-assets.html). + ### Note: checking "sent Telemetry is correct" * Open the Browser Console using Firefox's top menu at `Tools > Web Developer > Browser Console`. This will display Shield (loading/telemetry) log output from the add-on.