itemengine-cypress-automation 1.0.126 → 1.0.128
Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ if (referenceIds.length > 0) {
|
|
52
52
|
});
|
53
53
|
|
54
54
|
referenceIds.forEach((referenceId) => {
|
55
|
-
describe(`Migration item check for item
|
55
|
+
describe(`Migration item check for item "${referenceId}"`, () => {
|
56
56
|
before(() => {
|
57
57
|
cy.interceptGraphql('getItemPreview');
|
58
58
|
cy.setGraphqlWait();
|