itemengine-cypress-automation 1.0.343-TEMRegressionFixes-4c918cb.0 → 1.0.343
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.
@@ -174,7 +174,7 @@ describe('Create Item page - Text Entry Math: Style and layout customization', (
|
|
174
174
|
textEntryMathWithImagePage.tests.verifyBorderStylePreviewTab('add background');
|
175
175
|
});
|
176
176
|
|
177
|
-
describe
|
177
|
+
describe('Set height and width for all text containers Contents and Functionality', () => {
|
178
178
|
abortEarlySetup();
|
179
179
|
before(() => {
|
180
180
|
textEntryMathWithImagePage.steps.navigateToCreateQuestion('Text Entry Math');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.343
|
3
|
+
"version": "1.0.343",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -52,4 +52,4 @@
|
|
52
52
|
"devDependencies": {
|
53
53
|
"@applitools/eyes-cypress": "^3.47.0"
|
54
54
|
}
|
55
|
-
}
|
55
|
+
}
|