From aacaa7012c7ae0e1bd3a6e8ce5e11f22f8f03705 Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Tue, 13 Aug 2019 12:15:22 +0800 Subject: [PATCH] Improved naming for regression tests no-issue This allows us to see whihc tests are failing --- core/test/regression/api/canary/content/pages_spec.js | 2 +- core/test/regression/api/canary/content/posts_spec.js | 2 +- core/test/regression/api/canary/content/tags_spec.js | 2 +- core/test/regression/api/v2/content/pages_spec.js | 2 +- core/test/regression/api/v2/content/posts_spec.js | 2 +- core/test/regression/api/v2/content/tags_spec.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/test/regression/api/canary/content/pages_spec.js b/core/test/regression/api/canary/content/pages_spec.js index 4a69672da2..080fb33081 100644 --- a/core/test/regression/api/canary/content/pages_spec.js +++ b/core/test/regression/api/canary/content/pages_spec.js @@ -8,7 +8,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Pages Content API', function () { +describe('api/canary/content/pages', function () { before(function () { return ghost() .then(function () { diff --git a/core/test/regression/api/canary/content/posts_spec.js b/core/test/regression/api/canary/content/posts_spec.js index 209680ccf1..3b91502de0 100644 --- a/core/test/regression/api/canary/content/posts_spec.js +++ b/core/test/regression/api/canary/content/posts_spec.js @@ -10,7 +10,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Posts', function () { +describe('api/canary/content/posts', function () { before(function () { return ghost() .then(function () { diff --git a/core/test/regression/api/canary/content/tags_spec.js b/core/test/regression/api/canary/content/tags_spec.js index f12130c20a..c3e4e95904 100644 --- a/core/test/regression/api/canary/content/tags_spec.js +++ b/core/test/regression/api/canary/content/tags_spec.js @@ -8,7 +8,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Tags', function () { +describe('api/canary/content/tags', function () { before(function () { return ghost() .then(function () { diff --git a/core/test/regression/api/v2/content/pages_spec.js b/core/test/regression/api/v2/content/pages_spec.js index 4a69672da2..6b018f6e31 100644 --- a/core/test/regression/api/v2/content/pages_spec.js +++ b/core/test/regression/api/v2/content/pages_spec.js @@ -8,7 +8,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Pages Content API', function () { +describe('api/v2/content/pages', function () { before(function () { return ghost() .then(function () { diff --git a/core/test/regression/api/v2/content/posts_spec.js b/core/test/regression/api/v2/content/posts_spec.js index d8fefe49d8..7440597e61 100644 --- a/core/test/regression/api/v2/content/posts_spec.js +++ b/core/test/regression/api/v2/content/posts_spec.js @@ -10,7 +10,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Posts', function () { +describe('api/v2/content/posts', function () { before(function () { return ghost() .then(function () { diff --git a/core/test/regression/api/v2/content/tags_spec.js b/core/test/regression/api/v2/content/tags_spec.js index f12130c20a..10a88a819a 100644 --- a/core/test/regression/api/v2/content/tags_spec.js +++ b/core/test/regression/api/v2/content/tags_spec.js @@ -8,7 +8,7 @@ const config = require('../../../../../server/config'); const ghost = testUtils.startGhost; let request; -describe('Tags', function () { +describe('api/v2/content/tags', function () { before(function () { return ghost() .then(function () {