itemengine-cypress-automation 1.0.551 → 1.0.552

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.
@@ -592,8 +592,9 @@ describe('Create Item page - Charts - Dot: All or nothing ', () => {
592
592
  if (view === 'Grading view') {
593
593
  studentViewPage.steps.clearResponses();
594
594
  }
595
- chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 2, min: 1, interval: 1 });
596
- chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(3, { point: 3, min: 1, interval: 1 });
595
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(6, { point: 2, min: 1, interval: 1, defaultDots: 4 });
596
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(4, { point: 3, min: 1, interval: 1, defaultDots: 1 });
597
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(8, { point: 4, min: 1, interval: 1, defaultDots: 4 });
597
598
  chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(5, { point: 5, min: 1, interval: 1, defaultDots: 0 });
598
599
  if (view === 'Grading view') {
599
600
  studentViewPage.steps.submitResponse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.551",
3
+ "version": "1.0.552",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {