itemengine-cypress-automation 1.0.536-CypressFixes1410-2f9885f.0 → 1.0.536-CypressFixes1410-141749b.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ describe('Create item page - Video response: Preview tab - Standard recorder sty
59
59
  utilities.verifyCSS(videoResponsePage.recordingTimer(), {
60
60
  'color': css.color.defaultBackground,
61
61
  'font-size': css.fontSize.small,
62
- 'font-weight': css.fontWeight.regular,
62
+ 'font-weight': css.fontWeight.semibold,
63
63
  });
64
64
  utilities.verifyCSS(videoResponsePage.recordingStatusIcon().find('g'), {
65
65
  'fill': css.color.recordingIcon,
@@ -251,7 +251,7 @@ describe('Create item page - Video response: Preview tab - Standard recorder sty
251
251
  utilities.verifyCSS(videoResponsePage.playerTimer(), {
252
252
  'color': css.color.whiteText,
253
253
  'font-size': css.fontSize.small,
254
- 'font-weight': css.fontWeight.regular,
254
+ 'font-weight': css.fontWeight.semibold,
255
255
  });
256
256
  utilities.verifyCSS(videoResponsePage.progressBar().find('.MuiSlider-rail'), {
257
257
  'background-color': css.color.defaultBackground,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.536-CypressFixes1410-2f9885f.0",
3
+ "version": "1.0.536-CypressFixes1410-141749b.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {