itemengine-cypress-automation 1.0.501-IEI-3415-5ccebb0.0 → 1.0.501-IEI-3415-d4a0a8f.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.
@@ -37,7 +37,7 @@ describe('Create item page - Charts - Bar: Line setting section', () => {
37
37
 
38
38
  describe('Functionality of line settings section', () => {
39
39
  abortEarlySetup();
40
- it('When integer option is selected in line settings, decimal values should not be displayed in labels', () => {
40
+ it('When integer option is selected in line settings, integer values should be displayed in labels and decimal values should not be displayed in labels', () => {
41
41
  chartsBarPage.steps.enterTextInIntervalInputField(0.5);
42
42
  cy.wait(500);
43
43
  chartsBarPage.steps.verifyChartYAxisValues(integerIfDecimalsExist);
@@ -37,7 +37,7 @@ describe('Create item page - Charts - Line: Line setting section', () => {
37
37
 
38
38
  describe('Functionality of line settings section', () => {
39
39
  abortEarlySetup();
40
- it('When integer option is selected in line settings, decimal values should not be displayed in labels', () => {
40
+ it('When integer option is selected in line settings, integer values should be displayed in labels and decimal values should not be displayed in labels', () => {
41
41
  chartsLinePage.steps.enterTextInIntervalInputField(0.5);
42
42
  cy.wait(500);
43
43
  chartsLinePage.steps.verifyChartYAxisValues(integerIfDecimalsExist);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.501-IEI-3415-5ccebb0.0",
3
+ "version": "1.0.501-IEI-3415-d4a0a8f.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {