itemengine-cypress-automation 1.0.151-28MarchRepoUpdate-4cfb82e.0 → 1.0.151-28MarchRepoUpdate-20de036.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -140,7 +140,7 @@ describe('Create Item page - Audio response: Question instructions, Audio record
140
140
  });
141
141
  });
142
142
 
143
- describe.only('Stop recording if silence is detected after: Edit tab', () => {
143
+ describe('Stop recording if silence is detected after: Edit tab', () => {
144
144
  abortEarlySetup();
145
145
  before(() => {
146
146
  audioResponsePage.steps.navigateToCreateQuestion('audio response');
@@ -415,7 +415,7 @@ describe('Create item page - Audio response: Student view settings', () => {
415
415
 
416
416
  it('For "Standard" mode, When there is no retake limit set, then on hovering over the retake recording button, then retake limits should not be displayed on retake recording button tooltip', () => {
417
417
  audioResponsePage.standardPreviewRetakeButton()
418
- .verifyTooltip('Retake recording(0 retakes remaining)');
418
+ .verifyTooltip('Retake recording');
419
419
  });
420
420
 
421
421
  it('For "Bar" mode, When the user checks the \'Limit number of retake\' checkbox, sets retake limit and switches to the preview tab, then only the specified number of retakes should be allowed and after specified number of retakes are performed, then the retake recording button should get disabled', () => {
@@ -467,7 +467,7 @@ describe('Create item page - Audio response: Student view settings', () => {
467
467
 
468
468
  it('For "Bar" mode, When there is no retake limit set, then on hovering over the retake recording button, then retake limits should not be displayed on retake recording button tooltip', () => {
469
469
  audioResponsePage.barPreviewRetakeButton()
470
- .verifyTooltip('Retake recording(0 retakes remaining)');
470
+ .verifyTooltip('Retake recording');
471
471
  });
472
472
 
473
473
  it('For "Compact" mode, When the user checks the \'Limit number of retake\' checkbox, sets retake limit and switches to the preview tab, then only the specified number of retakes should be allowed and after specified number of retakes are performed, then the retake recording button should get disabled', () => {
@@ -524,7 +524,7 @@ describe('Create item page - Audio response: Student view settings', () => {
524
524
 
525
525
  it('For "Compact" mode, When there is no retake limit set, then on hovering over the retake recording button, then retake limits should not be displayed on retake recording button tooltip', () => {
526
526
  audioResponsePage.barPreviewRetakeButton()
527
- .verifyTooltip('Retake recording(0 retakes remaining)');
527
+ .verifyTooltip('Retake recording');
528
528
  });
529
529
  });
530
530
  });
@@ -30,7 +30,7 @@ describe('Create item page - Drag and drop into categories: Question instruction
30
30
  dragAndDropIntoCategoriesPage.tests.verifyQuestionInstructionsInputFieldPreviewTab();
31
31
  });
32
32
 
33
- describe.only('Specify columns and rows - Columns and Rows input steppers - Contents and specify columns and rows table', () => {
33
+ describe('Specify columns and rows - Columns and Rows input steppers - Contents and specify columns and rows table', () => {
34
34
  abortEarlySetup();
35
35
  before(() => {
36
36
  dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
@@ -59,7 +59,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
59
59
 
60
60
  //Failing due to https://redmine.zeuslearning.com/issues/561708, https://redmine.zeuslearning.com/issues/561177
61
61
  views.forEach((view) => {
62
- describe.only(`Text entry math: all or nothing scoring - ${view}`, { tags: 'smoke' }, () => {
62
+ describe(`Text entry math: all or nothing scoring - ${view}`, { tags: 'smoke' }, () => {
63
63
  abortEarlySetup();
64
64
  before(() => {
65
65
  switch (view) {
@@ -101,7 +101,7 @@ describe('Tool settings content for all views', () => {
101
101
  });
102
102
  });
103
103
 
104
- describe.only(`Preview tab contents : Multiple tools selected - ${view}`, { tags: 'smoke' }, () => {
104
+ describe(`Preview tab contents : Multiple tools selected - ${view}`, { tags: 'smoke' }, () => {
105
105
  abortEarlySetup();
106
106
  before(() => {
107
107
  switch (view) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.151-28MarchRepoUpdate-4cfb82e.0",
3
+ "version": "1.0.151-28MarchRepoUpdate-20de036.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {