itemengine-cypress-automation 1.0.379-IEI-5744-8523bfb.0 → 1.0.379-IEI-5744-a601486.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.
@@ -1005,7 +1005,7 @@ const tests = {
|
|
1005
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
|
-
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked')
|
1008
|
+
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');
|
1009
1009
|
browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-not-checked');
|
1010
1010
|
browseItemsPage.cancelButton().click();
|
1011
1011
|
});
|