itemengine-cypress-automation 1.0.501-IEI-3415-ea59f3c.0 → 1.0.501-IEI-3415-e276452.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.
@@ -827,7 +827,8 @@ const steps = {
|
|
827
827
|
},
|
828
828
|
|
829
829
|
/**
|
830
|
-
*
|
830
|
+
* Verifies that each chart Y-axis label matches the corresponding value in the expectedValues array.
|
831
|
+
* @param {string[]} expectedValues - An array of expected Y-axis label values to verify against the chart.
|
831
832
|
*/
|
832
833
|
verifyChartYAxisValues: (expectedValues) => {
|
833
834
|
layoutSectionComponent.chartYAxisLabels().each(($element, index) => {
|