test: Add test IDs (#9205)

This commit is contained in:
Manuel
2024-07-18 15:41:04 +02:00
committed by GitHub
parent 4b04c2222c
commit 901cff5edd
42 changed files with 302 additions and 282 deletions

View File

@@ -68,7 +68,7 @@ describe('Uniqueness', function () {
});
});
it('fails when attempting to ensure uniqueness of fields that are not currently unique', done => {
it_id('802650a9-a6db-447e-88d0-8aae99100088')('fails when attempting to ensure uniqueness of fields that are not currently unique', done => {
const o1 = new Parse.Object('UniqueFail');
o1.set('key', 'val');
const o2 = new Parse.Object('UniqueFail');