itemengine-cypress-automation 1.0.534-IEI-5329-Cypress-ade20a8.0 → 1.0.535-graphing-cypress-fixed-ea9aaf7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
|
-
"baseUrl": "https://
|
2
|
+
"baseUrl": "https://itemengine-sandbox-staging.content-nonprod.imaginelearning.com",
|
3
3
|
"env": {
|
4
4
|
"itemEngineHomePage": "/item-engine",
|
5
5
|
"GRAPHQL_URL": "/api/graphql",
|
6
|
-
"SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph
|
7
|
-
"SANDBOX_SERVICES_URL": "https://
|
6
|
+
"SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph-staging.content-nonprod.imaginelearning.com/graphql",
|
7
|
+
"SANDBOX_SERVICES_URL": "https://itemengine-sandbox-staging.content-nonprod.imaginelearning.com",
|
8
8
|
"SERVICES_URL": "https://itemengine-graph-api.itemengine-staging.il-apps.com",
|
9
|
-
"AUTH_URL": "https://itemengine-sandbox-auth
|
10
|
-
"scriptSrc": "https://assets
|
9
|
+
"AUTH_URL": "https://itemengine-sandbox-auth-staging.content-nonprod.imaginelearning.com/auth",
|
10
|
+
"scriptSrc": "https://assets-itemengine-staging.imaginelearning.com/content/itemengine-assets-staging/v2/author-loader-nocache.js",
|
11
11
|
"admin_username": "demouser-ilc",
|
12
12
|
"admin_password": "T6b9FK0pC6Tg8wDz",
|
13
13
|
"organisation_id": "eb7d4a20-c96c-4852-9b34-7e3231016315"
|
@@ -123,7 +123,7 @@ describe('Create item page - Graphing: Grading view, Correct answer view content
|
|
123
123
|
'fill-opacity': '0',
|
124
124
|
'stroke-width': '2px'
|
125
125
|
});
|
126
|
-
utilities.verifyCSS(graphingPage.graphLineCorrectAnswerSection().eq(
|
126
|
+
utilities.verifyCSS(graphingPage.graphLineCorrectAnswerSection().eq(3), {
|
127
127
|
'fill': css.color.secondaryBtnDisabled,
|
128
128
|
'fill-opacity': '1',
|
129
129
|
'stroke-width': '2px'
|
@@ -198,7 +198,7 @@ describe('Create item page - Graphing: Grading view, Correct answer view content
|
|
198
198
|
'fill-opacity': '0',
|
199
199
|
'stroke-width': '2px'
|
200
200
|
});
|
201
|
-
utilities.verifyCSS(graphingPage.graphLine().eq(
|
201
|
+
utilities.verifyCSS(graphingPage.graphLine().eq(3), {
|
202
202
|
'fill': css.color.secondaryBtnDisabled,
|
203
203
|
'fill-opacity': '1',
|
204
204
|
'stroke-width': '2px'
|