itemengine-cypress-automation 1.0.13 → 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 +1 -1
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseSetCorrectAnswerSection.js +137 -0
- 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
|
-
})
|