RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
itemengine-cypress-automation
Versions diffs
1.0.221 → 1.0.222
itemengine-cypress-automation 1.0.221 → 1.0.222
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js
+1
-0
package/package.json
+1
-1
package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js
CHANGED
Viewed
@@ -188,6 +188,7 @@ const steps = {
188
188
.type(`${points}`, { delay: 1000 });
189
189
autoScoredScoringSectionMultiResponseType.pointsInputField()
190
190
.eq(indexNumber)
191
+
.click()
191
192
.blur()
192
193
.should('have.value', points);
193
194
});
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "itemengine-cypress-automation",
3
-
"version": "1.0.
221
",
3
+
"version": "1.0.
222
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {