Skip to content

Commit 161ee53

Browse files
sandrodw3brianchandotcom
authored andcommitted
LPD-37329 Delete entry at the end of the test
1 parent 819edbf commit 161ee53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/test/playwright/tests/layout-content-page-editor-web/formContainer.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ test.describe('Numeric input field', () => {
315315
'Thank you. Your information was successfully received.'
316316
)
317317
).toBeVisible();
318+
319+
await deleteObjectEntries({
320+
entityName: 'Lemons',
321+
page,
322+
siteUrl: pageManagementSite.friendlyUrlPath,
323+
});
318324
});
319325
});
320326

0 commit comments

Comments
 (0)