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.
@@ -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
@@ -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": {