Fixing custom fields e2e tests

stable
Alejandro Alonso 2016-09-27 10:37:17 +02:00
parent 91aacc9850
commit d39e4c1f22
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ describe('Issue detail', async function(){
it('attachments', sharedDetail.attachmentTesting); it('attachments', sharedDetail.attachmentTesting);
describe('custom-fields', sharedDetail.customFields.bind(this, 2)); describe('custom-fields', sharedDetail.customFields.bind(this, 3));
it('screenshot', async function() { it('screenshot', async function() {
await utils.common.takeScreenshot("issues", "detail updated"); await utils.common.takeScreenshot("issues", "detail updated");

View File

@ -59,7 +59,7 @@ describe('Task detail', function(){
it('attachments', sharedDetail.attachmentTesting); it('attachments', sharedDetail.attachmentTesting);
describe('custom-fields', sharedDetail.customFields.bind(this, 1)); describe('custom-fields', sharedDetail.customFields.bind(this, 2));
it('screenshot', async function() { it('screenshot', async function() {
await utils.common.takeScreenshot("tasks", "detail updated"); await utils.common.takeScreenshot("tasks", "detail updated");

View File

@ -48,7 +48,7 @@ describe('User story detail', function(){
it('attachments', sharedDetail.attachmentTesting); it('attachments', sharedDetail.attachmentTesting);
describe('custom-fields', sharedDetail.customFields.bind(this, 0)); describe('custom-fields', sharedDetail.customFields.bind(this, 1));
describe('related tasks', function() { describe('related tasks', function() {
it('create', async function() { it('create', async function() {