From eef9ac38f18e785cd45bdf32a83f3073a7480f69 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 5 Sep 2022 17:31:57 +0200 Subject: [PATCH] add element to all test names --- .../src/installer/consent/installer-content.test.ts | 2 +- .../src/installer/database/installer-database.test.ts | 2 +- .../src/installer/error/installer-error.test.ts | 2 +- src/Umbraco.Web.UI.Client/src/installer/installer.test.ts | 2 +- .../src/installer/installing/installer-installing.test.ts | 2 +- .../src/installer/user/installer-user.test.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts b/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts index d838086afe..3437342736 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/consent/installer-content.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerConsentElement } from './installer-consent.element'; // TODO: Write tests -describe('UmbInstallerConsent', () => { +describe('UmbInstallerConsentElement', () => { let element: UmbInstallerConsentElement; beforeEach(async () => { diff --git a/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts b/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts index 53ed837f7a..9c6b7afadb 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/database/installer-database.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerDatabaseElement } from './installer-database.element'; // TODO: Write tests -describe('UmbInstallerDatabase', () => { +describe('UmbInstallerDatabaseElement', () => { let element: UmbInstallerDatabaseElement; beforeEach(async () => { diff --git a/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts b/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts index 7fc5cd1251..c5972e33fb 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/error/installer-error.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerErrorElement } from './installer-error.element'; // TODO: Write tests -describe('UmbInstallerError', () => { +describe('UmbInstallerErrorElement', () => { let element: UmbInstallerErrorElement; beforeEach(async () => { diff --git a/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts b/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts index b6d786791b..176f0335b3 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/installer.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../core/helpers/chai'; import { UmbInstallerElement } from './installer.element'; // TODO: Write tests -describe('UmbInstaller', () => { +describe('UmbInstallerElement', () => { let element: UmbInstallerElement; beforeEach(async () => { diff --git a/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts b/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts index 5bb42b87f7..20c2322f62 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/installing/installer-installing.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerInstallingElement } from './installer-installing.element'; // TODO: Write tests -describe('UmbInstallerInstalling', () => { +describe('UmbInstallerInstallingElement', () => { let element: UmbInstallerInstallingElement; beforeEach(async () => { diff --git a/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts b/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts index f9a1a2caa2..0b40494481 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts +++ b/src/Umbraco.Web.UI.Client/src/installer/user/installer-user.test.ts @@ -4,7 +4,7 @@ import { defaultA11yConfig } from '../../core/helpers/chai'; import { UmbInstallerUserElement } from './installer-user.element'; // TODO: Write tests -describe('UmbInstallerUser', () => { +describe('UmbInstallerUserElement', () => { let element: UmbInstallerUserElement; beforeEach(async () => {