itemengine-cypress-automation 1.0.452-IEI-6713-temValidationTests-aa65d47.0 → 1.0.453-IEI-6713-temValidationTests-260aeee.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.
@@ -920,7 +920,7 @@ const steps = {
|
|
920
920
|
|
921
921
|
/**
|
922
922
|
* This function checks the custom settings checkbox
|
923
|
-
* @param {("Case sensitive"|"Accept interval notation"|"Check for equality across sides"|"Exclude LaTeX text from validation"|"
|
923
|
+
* @param {("Case sensitive"|"Accept interval notation"|"Check for equality across sides"|"Exclude LaTeX text from validation"|"Interpret e as Euler\'s number"|"Accept expressions in any order"|"Ignore unit coefficient"|"Ignore zeros after decimal"|"Interpret alphabets as variables")} ariaLabel
|
924
924
|
*/
|
925
925
|
checkCustomSettingsCheckbox: (ariaLabel) => {
|
926
926
|
textEntryMathPage.customSettingsCheckbox(ariaLabel)
|
@@ -930,7 +930,7 @@ const steps = {
|
|
930
930
|
|
931
931
|
/**
|
932
932
|
* This function unchecks the custom settings checkbox
|
933
|
-
* @param {("Case sensitive"|"Accept interval notation"|"Check for equality across sides"|"Exclude LaTeX text from validation"|"
|
933
|
+
* @param {("Case sensitive"|"Accept interval notation"|"Check for equality across sides"|"Exclude LaTeX text from validation"|"Interpret e as Euler\'s number"|"Accept expressions in any order"|"Ignore unit coefficient"|"Ignore zeros after decimal"|"Interpret alphabets as variables")} ariaLabel
|
934
934
|
*/
|
935
935
|
uncheckCustomSettingsCheckbox: (ariaLabel) => {
|
936
936
|
textEntryMathPage.customSettingsCheckbox(ariaLabel)
|