itemengine-cypress-automation 1.0.12 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettings.js +2 -487
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettingsBasic.js +336 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseConditionalCheckboxes.js +154 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseContainsConditionalRadioButton.js +166 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseCustomSpecialCharacters.js +167 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseExactConditionalRadioButton.js +157 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseManuallyScoredNonScoredScoringSection.js +2 -1
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseSetCorrectAnswerSection.js +137 -0
- package/cypress/pages/audioPlayerPage.js +2 -2
- package/cypress/pages/audioResponsePage.js +3 -3
- package/cypress/pages/components/additionalSettingsPanel.js +1 -1
- package/cypress/pages/components/autoScoredPreviewBase.js +1 -1
- package/cypress/pages/components/autoScoredSetCorrectAnswerSection.js +7 -1
- package/cypress/pages/components/browseItemsPage.js +53 -0
- package/cypress/pages/components/createQuestionBasePage.js +32 -2
- package/cypress/pages/components/customizeHighlightPropertiesComponent.js +1 -1
- package/cypress/pages/components/dragAndDropResponseOptions.js +3 -2
- package/cypress/pages/components/draggableOptionsContainer.js +1 -0
- package/cypress/pages/components/figOverImageCommonComponent.js +198 -10
- package/cypress/pages/components/fillInTheGapsCommonComponents.js +4 -4
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +54 -1
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +3 -3
- package/cypress/pages/components/gridCommonComponents.js +3 -2
- package/cypress/pages/components/index.js +2 -1
- package/cypress/pages/components/listSortingAndOrderingBase.js +1 -1
- package/cypress/pages/components/questionInstructionsComponent.js +7 -3
- package/cypress/pages/components/uploadImageSectionComponent.js +2 -0
- package/cypress/pages/createItemPage.js +35 -2
- package/cypress/pages/dialogBoxBase.js +2 -2
- package/cypress/pages/dragAndDropIntoCategoriesAllOrNothingScoring.js +4 -4
- package/cypress/pages/dragAndDropIntoCategoriesCellsScoring.js +2 -0
- package/cypress/pages/dragAndDropIntoCategoriesPage.js +7 -10
- package/cypress/pages/essayResponseBasicPage.js +2 -2
- package/cypress/pages/essayResponseMathPage.js +3 -2
- package/cypress/pages/essayResponsePage.js +1 -1
- package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +74 -7
- package/cypress/pages/fillInTheGapsTextPage.js +1 -1
- package/cypress/pages/highlightImagePage.js +12 -10
- package/cypress/pages/highlightPage.js +29 -5
- package/cypress/pages/listMatchingPage.js +205 -17
- package/cypress/pages/listMatchingScoring.js +0 -1
- package/cypress/pages/passagePage.js +3 -3
- package/cypress/pages/readingRulerPage.js +1 -1
- package/cypress/pages/shortTextResponsePage.js +1 -1
- package/cypress/pages/videoResponsePage.js +7 -7
- package/package.json +1 -1
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseEditTabBasicSections.js +0 -587
- package/cypress/e2e/ILC/sorry-cypress-test/spec1.js +0 -18
- package/cypress/e2e/ILC/sorry-cypress-test/spec2.js +0 -18
- package/cypress/e2e/ILC/sorry-cypress-test/spec3.js +0 -18
@@ -1,18 +0,0 @@
|
|
1
|
-
describe('template spec 3', () => {
|
2
|
-
it('passes', () => {
|
3
|
-
cy.wait(10000)
|
4
|
-
})
|
5
|
-
|
6
|
-
it('passes', () => {
|
7
|
-
cy.wait(10000)
|
8
|
-
})
|
9
|
-
|
10
|
-
it('fails', () => {
|
11
|
-
cy.wait(10000)
|
12
|
-
expect(true).to.be.eq(false)
|
13
|
-
})
|
14
|
-
|
15
|
-
it('passes', () => {
|
16
|
-
cy.wait(10000)
|
17
|
-
})
|
18
|
-
})
|