test: Add test IDs (#9205)
This commit is contained in:
@@ -406,7 +406,7 @@ describe('Installations', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('updating with new channels', done => {
|
||||
it_id('95955e90-04bc-4437-920e-b84bc30dba01')('updating with new channels', done => {
|
||||
const input = {
|
||||
installationId: '12345678-abcd-abcd-abcd-123456789abc',
|
||||
deviceType: 'android',
|
||||
@@ -856,7 +856,7 @@ describe('Installations', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('update is linking two existing objects w/ increment', done => {
|
||||
it_id('22311bc7-3f4f-42c1-a958-57083929e80d')('update is linking two existing objects w/ increment', done => {
|
||||
const installId = '12345678-abcd-abcd-abcd-123456789abc';
|
||||
const t = '0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef';
|
||||
let input = {
|
||||
@@ -969,7 +969,7 @@ describe('Installations', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('update is linking two existing with installation id w/ op', done => {
|
||||
it_id('f2975078-eab7-4287-a932-288842e3cfb9')('update is linking two existing with installation id w/ op', done => {
|
||||
const installId = '12345678-abcd-abcd-abcd-123456789abc';
|
||||
const t = '0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef';
|
||||
let input = {
|
||||
@@ -1239,7 +1239,7 @@ describe('Installations', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('can use push with beforeSave', async () => {
|
||||
it_id('e581faea-c1b4-4c64-af8c-52287ce6cd06')('can use push with beforeSave', async () => {
|
||||
const input = {
|
||||
deviceToken: '11433856eed2f1285fb3aa11136718c1198ed5647875096952c66bf8cb976306',
|
||||
deviceType: 'ios',
|
||||
|
||||
Reference in New Issue
Block a user