itemengine-cypress-automation 1.0.370-IEI-5697-mcq-flakiness-353d55a.0 → 1.0.371-IEI-5697-mcq-flakiness-3590d29.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.370-IEI-5697-mcq-flakiness-353d55a.0",
3
+ "version": "1.0.371-IEI-5697-mcq-flakiness-3590d29.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,44 +0,0 @@
1
- import { multipleSelectionGridPage } from "../../../pages";
2
-
3
- describe('Multiple selection grid - Additional settings', () => {
4
- before(() => {
5
- cy.loginAs('admin');
6
- });
7
-
8
- it('Open dropdown', () => {
9
- multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
10
- cy.barsPreLoaderWait();
11
- multipleSelectionGridPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
12
- });
13
-
14
- it('Select dropdown option', () => {
15
- multipleSelectionGridPage.steps.expandMinimumScoringDropdown();
16
- multipleSelectionGridPage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
17
- });
18
-
19
- it('Select dropdown option', () => {
20
- multipleSelectionGridPage.steps.expandMinimumScoringDropdown();
21
- multipleSelectionGridPage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
22
- });
23
-
24
- it('Select dropdown option', () => {
25
- multipleSelectionGridPage.steps.expandMinimumScoringDropdown();
26
- multipleSelectionGridPage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
27
- });
28
-
29
- it('Open dropdown', () => {
30
- multipleSelectionGridPage.steps.expandScoringTypeDropdown();
31
- });
32
-
33
- it('Select dropdown option', () => {
34
- multipleSelectionGridPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
35
- });
36
-
37
- it('Open dropdown', () => {
38
- multipleSelectionGridPage.steps.expandScoringTypeDropdown();
39
- });
40
-
41
- it('Select dropdown option', () => {
42
- multipleSelectionGridPage.steps.selectOptionFromScoringTypeDropdown('Auto scored');
43
- });
44
- });