RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
itemengine-cypress-automation
Versions diffs
1.0.222-23rdJulyFixes-d8cd939.0 → 1.0.223-minorFix-f2741aa.0
itemengine-cypress-automation 1.0.222-23rdJulyFixes-d8cd939.0 → 1.0.223-minorFix-f2741aa.0
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.
222
-
23rdJulyFixes
-
d8cd939
.0",
3
+
"version": "1.0.
223
-
minorFix
-
f2741aa
.0",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {