Skip to content

Commit

Permalink
Adding new control in front #2157
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashimpens committed Jan 12, 2022
1 parent 3e0de2f commit dcbf453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/src/main/webapp/js/testcase/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ var controlUIList = {
},
{"type": "verifyElementTextEqual", "value2": "Texte", "acol2": "col-lg-3", "value1": "Chemin vers l'Element", "acol1": "col-lg-3", "value3": "[opt] Sensible à la Casse (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextDifferent", "value2": "Texte", "acol2": "col-lg-3", "value1": "Chemin vers l'Element", "acol1": "col-lg-3", "value3": "[opt] Sensible à la Casse (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextContains", "value2": "Texte", "acol2": "col-lg-3", "value1": "Chemin vers l'Element", "acol1": "col-lg-3", "value3": "[opt] Sensible à la Casse (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextMatchRegex", "value2": "Regex", "acol2": "col-lg-4", "value1": "Chemin vers l'Element", "acol1": "col-lg-4", "value3": null, "fatal": ""},
{"type": "verifyElementNumericEqual", "value2": "Valeur numerique", "acol2": "col-lg-4", "value1": "Chemin vers l'Element", "acol1": "col-lg-4", "value3": null, "fatal": ""},
{"type": "verifyElementNumericDifferent", "value2": "Valeur numerique", "acol2": "col-lg-4", "value1": "Chemin vers l'Element", "acol1": "col-lg-4", "value3": null, "fatal": ""},
Expand Down Expand Up @@ -347,6 +348,7 @@ var controlUIList = {
},
{"type": "verifyElementTextEqual", "value2": "Text", "acol2": "col-lg-3", "value1": "Element Path", "acol1": "col-lg-3", "value3": "[opt] Case Sensitive (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextDifferent", "value2": "Text", "acol2": "col-lg-3", "value1": "Element Path", "acol1": "col-lg-3", "value3": "[opt] Case Sensitive (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextContains", "value2": "Text", "acol2": "col-lg-3", "value1": "Element Path", "acol1": "col-lg-3", "value3": "[opt] Case Sensitive (Y/N)", "acol3": "col-lg-2", "fatal": ""},
{"type": "verifyElementTextMatchRegex", "value2": "Regex", "acol2": "col-lg-3", "value1": "Element Path", "acol1": "col-lg-5", "value3": null, "fatal": ""},
{"type": "verifyElementNumericEqual", "value2": "Numeric value", "acol2": "col-lg-2", "value1": "Element Path", "acol1": "col-lg-6", "value3": null, "fatal": ""},
{"type": "verifyElementNumericDifferent", "value2": "Numeric value", "acol2": "col-lg-2", "value1": "Element Path", "acol1": "col-lg-6", "value3": null, "fatal": ""},
Expand Down

0 comments on commit dcbf453

Please sign in to comment.