19626
2023-06-26 cb676d5d9631864b9fd634f9b3052a17c41ed345
force-app/main/default/lwc/lexSpecilaApplyCreateLwc/__tests__/lexSpecilaApplyCreateLwc.test.js
File was renamed from force-app/main/default/lwc/lexSpecilaApplyCreate/__tests__/lexSpecilaApplyCreate.test.js
@@ -1,7 +1,7 @@
import { createElement } from 'lwc';
import LexSpecilaApplyCreate from 'c/lexSpecilaApplyCreate';
import LexSpecilaApplyCreateLwc from 'c/lexSpecilaApplyCreateLwc';
describe('c-lex-specila-apply-create', () => {
describe('c-lex-specila-apply-create-lwc', () => {
    afterEach(() => {
        // The jsdom instance is shared across test cases in a single file so reset the DOM
        while (document.body.firstChild) {
@@ -11,8 +11,8 @@
    it('TODO: test case generated by CLI command, please fill in test logic', () => {
        // Arrange
        const element = createElement('c-lex-specila-apply-create', {
            is: LexSpecilaApplyCreate
        const element = createElement('c-lex-specila-apply-create-lwc', {
            is: LexSpecilaApplyCreateLwc
        });
        // Act