Skip to content

Commit f801b62

Browse files
Udpate the test case for hasDataType
1 parent 3e50ca0 commit f801b62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/RPM/dataStructure.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ test.describe('Data Structure', () => {
5252
test('Check with title, title description, name, description, hasPrimaryKey, hasOptionalValue and hasDataType field', async () => {
5353
await navDataStructure(page);
5454
await checkDataStructure(page, dataStructure, "Test data structure", "hasPrimaryKey", "hasOptionalValue", dataStructure, "Test data structure", "hasDataType", "");
55+
await findDataStructure(page, dataStructure);
56+
await deleteDataStructure(page);
57+
await checkAndCloseToast(page);
58+
59+
60+
5561
});
5662

5763
test('Check with title, title description, name, description, hasPrimaryKey, hasOptionalValue and hasUnit field', async () => {

0 commit comments

Comments
 (0)