From 4184931c0b22d67db6265165d29ae3d161170cac Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 13 Dec 2023 14:52:22 +0000 Subject: [PATCH] remove Org Admin from coverage org admin no longer required --- docs/insights/coverage.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/insights/coverage.md b/docs/insights/coverage.md index 6358dbe7db..118166bd47 100644 --- a/docs/insights/coverage.md +++ b/docs/insights/coverage.md @@ -7,21 +7,18 @@ description: See a breakdown of the browser and device variations covered by you import useBaseUrl from '@docusaurus/useBaseUrl'; -The Coverage report allows Org Admins to view and download the breakdown of browsers and mobile devices the tests across their organization have run against. Having insight into your coverage data helps companies: +The Coverage report allows you to view and download the breakdown of browsers and mobile devices the tests across their organization have run against. Having insight into your coverage data helps companies: - See at a glance whether their testing is in sync with the environments in which it is most often accessed - Evaluate how evenly tests are being distributing across browsers and devices - Design their test strategy to keep up with newly released browser and device versions - Utilize their concurrency to spread testing across test environments for greater efficiency and comprehensiveness -:::note Org Admins Only -You must have [Org Admin](/basics/acct-team-mgmt/managing-user-info/#user-roles) privileges for your organization in order to view and download coverage data. -::: ## Accessing the Coverage Reports 1. Click the **Insights** tab to expand its submenu. -1. Click **Coverage** (only visible to Org Admin users). +1. Click **Coverage**. 1. Specify the type of coverage you wish to view by selecting the **Devices**, **Browsers** or **OS** tab. 1. If you choose **Devices** or **OS**, specify wheter you wish to see coverage data for: - **Virtual Cloud** tests: desktop web-apps, mobile emulators and simulators.