From d8b9df8903f3acb8126cff5718a5a2a87868f71a Mon Sep 17 00:00:00 2001 From: Hannah Mudge Date: Wed, 3 Jan 2024 14:28:16 -0700 Subject: [PATCH] Remove `.only` --- test/functional/apps/dashboard/group5/embed_mode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/dashboard/group5/embed_mode.ts b/test/functional/apps/dashboard/group5/embed_mode.ts index 24072048ff35b..25eabca77f718 100644 --- a/test/functional/apps/dashboard/group5/embed_mode.ts +++ b/test/functional/apps/dashboard/group5/embed_mode.ts @@ -24,7 +24,7 @@ export default function ({ const screenshot = getService('screenshots'); const log = getService('log'); - describe.only('embed mode', () => { + describe('embed mode', () => { /* * Note: The baseline images used in all of the screenshot tests in this test suite were taken directly from the CI environment * in order to overcome a known issue with the pixel density of fonts being significantly different when running locally versus