add element to all test names

This commit is contained in:
Mads Rasmussen
2022-09-05 17:31:57 +02:00
parent 75d8e66ba3
commit eef9ac38f1
6 changed files with 6 additions and 6 deletions

View File

@@ -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 () => {

View File

@@ -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 () => {

View File

@@ -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 () => {

View File

@@ -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 () => {

View File

@@ -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 () => {

View File

@@ -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 () => {