diff --git a/e2e/suites/issues/issue-detail.e2e.js b/e2e/suites/issues/issue-detail.e2e.js index a1674ccf..352d6615 100644 --- a/e2e/suites/issues/issue-detail.e2e.js +++ b/e2e/suites/issues/issue-detail.e2e.js @@ -43,7 +43,7 @@ describe('Issue detail', async function(){ it('attachments', sharedDetail.attachmentTesting); - describe('custom-fields', sharedDetail.customFields.bind(this, 2)); + describe('custom-fields', sharedDetail.customFields.bind(this, 3)); it('screenshot', async function() { await utils.common.takeScreenshot("issues", "detail updated"); diff --git a/e2e/suites/tasks/task-detail.e2e.js b/e2e/suites/tasks/task-detail.e2e.js index 31dca89c..10389c00 100644 --- a/e2e/suites/tasks/task-detail.e2e.js +++ b/e2e/suites/tasks/task-detail.e2e.js @@ -59,7 +59,7 @@ describe('Task detail', function(){ it('attachments', sharedDetail.attachmentTesting); - describe('custom-fields', sharedDetail.customFields.bind(this, 1)); + describe('custom-fields', sharedDetail.customFields.bind(this, 2)); it('screenshot', async function() { await utils.common.takeScreenshot("tasks", "detail updated"); diff --git a/e2e/suites/user-stories/user-story-detail.e2e.js b/e2e/suites/user-stories/user-story-detail.e2e.js index bbc52509..1a7d28af 100644 --- a/e2e/suites/user-stories/user-story-detail.e2e.js +++ b/e2e/suites/user-stories/user-story-detail.e2e.js @@ -48,7 +48,7 @@ describe('User story detail', function(){ it('attachments', sharedDetail.attachmentTesting); - describe('custom-fields', sharedDetail.customFields.bind(this, 0)); + describe('custom-fields', sharedDetail.customFields.bind(this, 1)); describe('related tasks', function() { it('create', async function() {