itemengine-cypress-automation 1.0.379-IEI-5744-eb36bb7.0 → 1.0.379-IEI-5744-25232c0.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.
@@ -1002,7 +1002,7 @@ const tests = {
1002
1002
  browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');
1003
1003
  browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-not-checked');
1004
1004
  browseItemsPage.gradingViewRadioButton().click();
1005
- browseItemsPage.studentViewRadioButton().should('have.class', 'radio-optio+n-not-checked');
1005
+ browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-not-checked');
1006
1006
  browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-checked');
1007
1007
  browseItemsPage.studentViewRadioButton().click();
1008
1008
  browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.379-IEI-5744-eb36bb7.0",
3
+ "version": "1.0.379-IEI-5744-25232c0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {