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.
Files changed (50) hide show
  1. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettings.js +2 -487
  2. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettingsBasic.js +336 -0
  3. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseConditionalCheckboxes.js +154 -0
  4. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseContainsConditionalRadioButton.js +166 -0
  5. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseCustomSpecialCharacters.js +167 -0
  6. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseExactConditionalRadioButton.js +157 -0
  7. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseManuallyScoredNonScoredScoringSection.js +2 -1
  8. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseSetCorrectAnswerSection.js +137 -0
  9. package/cypress/pages/audioPlayerPage.js +2 -2
  10. package/cypress/pages/audioResponsePage.js +3 -3
  11. package/cypress/pages/components/additionalSettingsPanel.js +1 -1
  12. package/cypress/pages/components/autoScoredPreviewBase.js +1 -1
  13. package/cypress/pages/components/autoScoredSetCorrectAnswerSection.js +7 -1
  14. package/cypress/pages/components/browseItemsPage.js +53 -0
  15. package/cypress/pages/components/createQuestionBasePage.js +32 -2
  16. package/cypress/pages/components/customizeHighlightPropertiesComponent.js +1 -1
  17. package/cypress/pages/components/dragAndDropResponseOptions.js +3 -2
  18. package/cypress/pages/components/draggableOptionsContainer.js +1 -0
  19. package/cypress/pages/components/figOverImageCommonComponent.js +198 -10
  20. package/cypress/pages/components/fillInTheGapsCommonComponents.js +4 -4
  21. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +54 -1
  22. package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +3 -3
  23. package/cypress/pages/components/gridCommonComponents.js +3 -2
  24. package/cypress/pages/components/index.js +2 -1
  25. package/cypress/pages/components/listSortingAndOrderingBase.js +1 -1
  26. package/cypress/pages/components/questionInstructionsComponent.js +7 -3
  27. package/cypress/pages/components/uploadImageSectionComponent.js +2 -0
  28. package/cypress/pages/createItemPage.js +35 -2
  29. package/cypress/pages/dialogBoxBase.js +2 -2
  30. package/cypress/pages/dragAndDropIntoCategoriesAllOrNothingScoring.js +4 -4
  31. package/cypress/pages/dragAndDropIntoCategoriesCellsScoring.js +2 -0
  32. package/cypress/pages/dragAndDropIntoCategoriesPage.js +7 -10
  33. package/cypress/pages/essayResponseBasicPage.js +2 -2
  34. package/cypress/pages/essayResponseMathPage.js +3 -2
  35. package/cypress/pages/essayResponsePage.js +1 -1
  36. package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +74 -7
  37. package/cypress/pages/fillInTheGapsTextPage.js +1 -1
  38. package/cypress/pages/highlightImagePage.js +12 -10
  39. package/cypress/pages/highlightPage.js +29 -5
  40. package/cypress/pages/listMatchingPage.js +205 -17
  41. package/cypress/pages/listMatchingScoring.js +0 -1
  42. package/cypress/pages/passagePage.js +3 -3
  43. package/cypress/pages/readingRulerPage.js +1 -1
  44. package/cypress/pages/shortTextResponsePage.js +1 -1
  45. package/cypress/pages/videoResponsePage.js +7 -7
  46. package/package.json +1 -1
  47. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseEditTabBasicSections.js +0 -587
  48. package/cypress/e2e/ILC/sorry-cypress-test/spec1.js +0 -18
  49. package/cypress/e2e/ILC/sorry-cypress-test/spec2.js +0 -18
  50. 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
- })