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 <a href="${Cypress.config().baseUrl}/items-list/item/${utilities.base64Encoding(referenceId)}" target="_blank">"${referenceId}"</a>`, () => {
55
+ describe(`Migration item check for item "${referenceId}"`, () => {
56
56
  before(() => {
57
57
  cy.interceptGraphql('getItemPreview');
58
58
  cy.setGraphqlWait();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.126",
3
+ "version": "1.0.128",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {