itemengine-cypress-automation 1.0.596-IEI-7043-c5f73eb.0 → 1.0.596-IEI-7043-9cd3974.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.
|
@@ -49,6 +49,7 @@ describe('Create item page - Desmos graphing: Preview contents', () => {
|
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
|
|
52
|
+
|
|
52
53
|
it('Question instructions should be visible', () => {
|
|
53
54
|
utilities.verifyInnerText(desmosGraphingPage.questionInstructionsText(), 'Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
|
54
55
|
utilities.verifyElementVisibilityState(desmosGraphingPage.questionInstructionsText(), 'visible');
|