19626
2023-06-26 cb676d5d9631864b9fd634f9b3052a17c41ed345
force-app/main/default/lwc/lexCopyPIASEActivity/__tests__/lexCopyPIASEActivity.test.js
copy from force-app/main/default/lwc/lexSpecilaApplyCreate/__tests__/lexSpecilaApplyCreate.test.js copy to force-app/main/default/lwc/lexCopyPIASEActivity/__tests__/lexCopyPIASEActivity.test.js
File was copied 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 LexCopyPIASEActivity from 'c/lexCopyPIASEActivity';
describe('c-lex-specila-apply-create', () => {
describe('c-lex-copy-piase-activity', () => {
    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-copy-piase-activity', {
            is: LexCopyPIASEActivity
        });
        // Act