RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
itemengine-cypress-automation
Versions diffs
1.0.98 → 1.0.99
itemengine-cypress-automation 1.0.98 → 1.0.99
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/cypress/support/migrationHelpers/verifyIeQuestionData.js
+1
-1
package/package.json
+1
-1
package/cypress/support/migrationHelpers/verifyIeQuestionData.js
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import { singleSelectionPage } from "
../../../
pages/singleSelectionPage"
1
+
import { singleSelectionPage } from "
../../
pages/singleSelectionPage"
2
2
3
3
export const verifyIeQuestionData = {
4
4
singleSelection: (expectedQuestionData, index) => {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "itemengine-cypress-automation",
3
-
"version": "1.0.
98
",
3
+
"version": "1.0.
99
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {