itemengine-cypress-automation 1.0.574-IEI-7071-main-96a7dd4.0 → 1.0.574-IEI-7071-main-eeacc3d.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.
|
@@ -284,7 +284,7 @@ describe('Create Item page - Short text response ', () => {
|
|
|
284
284
|
});
|
|
285
285
|
|
|
286
286
|
views.forEach((view) => {
|
|
287
|
-
describe(`${view}: Accepted student input
|
|
287
|
+
describe(`${view}: Accepted student input modified state`, () => {
|
|
288
288
|
abortEarlySetup();
|
|
289
289
|
before(() => {
|
|
290
290
|
switch (view) {
|